IsDefinedFromPolygon Property

Gets a boolean value which specified whether the mask or boundary is defined from polygon.

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

Syntax

C#

public bool IsDefinedFromPolygon { get; }

Visual Basic

Public ReadOnly Property IsDefinedFromPolygon As Boolean
	Get

Visual C++

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

See Also