Share

QTOCriteriaNameMapping.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.8.0.280

Syntax

C#

public bool isMappingCompleted { get; }

VB

Public ReadOnly Property isMappingCompleted As Boolean
	Get

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?