IsTrimmed Property

Gets whether the boundary is trimmed.

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

Syntax

C#

public bool IsTrimmed { get; }

Visual Basic

Public ReadOnly Property IsTrimmed As Boolean
	Get

Visual C++

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

See Also