Returns true if the feature line is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public bool IsDraw { get; } |
Visual Basic |
---|
Public ReadOnly Property IsDraw As Boolean Get |
Visual C++ |
---|
public: property bool IsDraw { bool get (); } |