isMappingCompleted Property

Gets a boolean value which specified whether all surface or shape in criteria have been mapped to an actual object in drawing.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool isMappingCompleted { get; }

Visual Basic

Public ReadOnly Property isMappingCompleted As Boolean
	Get

Visual C++

public:
property bool isMappingCompleted {
	bool get ();
}

See Also