You are here: Start » AVL.NET » ScanMapArrayState Class

ScanMapArrayState Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

 ConstructorDescription
ScanMapArrayState(ScanMapArrayState)Creates a deep copy of the passed object.
ScanMapArrayState()

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
ScanFieldAvlNet.SegmentScanField
ScanMapsSystem.Collections.Generic.IList<AvlNet.ScanMap>
ScanSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.ScanMapArrayState)Resets this instance with data of the other ScanMapArrayState object.
ToString()Inherited from System.Object

See also