Share

CorridorSurface.IsDraw Property

Note: This API is now obsolete.

Returns true if the CorridorSurface is drawn.



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

Syntax

C#

[ObsoleteAttribute("Functionality has been removed.", false)]
public bool IsDraw { get; }

VB

<ObsoleteAttribute("Functionality has been removed.", false)>
Public ReadOnly Property IsDraw As Boolean
	Get

C++

public:
[ObsoleteAttribute(L"Functionality has been removed.", false)]
property bool IsDraw {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?