Returns true if the feature line is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
[ObsoleteAttribute("Functionality has been removed.", false)] public bool IsDraw { get; } |
Visual Basic |
---|
<ObsoleteAttribute("Functionality has been removed.", False)> _ Public ReadOnly Property IsDraw As Boolean Get |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Functionality has been removed.", false)] property bool IsDraw { bool get (); } |