Gets a boolean value specifying whether this UDP is in used.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool IsInUsed { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsInUsed As Boolean Get |
| Visual C++ |
|---|
public: property bool IsInUsed { bool get (); } |