FeatureLineCodeInfoIsDraw Property |
Note: This API is now obsolete.
Returns true if the feature line is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Functionality has been removed.", false)]
public bool IsDraw { get; }
<ObsoleteAttribute("Functionality has been removed.", false)>
Public ReadOnly Property IsDraw As Boolean
Get
public:
[ObsoleteAttribute(L"Functionality has been removed.", false)]
property bool IsDraw {
bool get ();
}
Property Value
Boolean
See Also