IsUsed Property

Gets whether the style is used by other objects in the current drawing.

Gets whether the style is used by other objects in the current drawing.

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

Syntax

C#

public bool IsUsed { get; }

Visual Basic

Public ReadOnly Property IsUsed As Boolean
	Get

Visual C++

public:
property bool IsUsed {
	bool get ();
}

See Also