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.8.0.280
Syntax
C#
public bool IsDefinedFromPolygon { get; }
VB
Public ReadOnly Property IsDefinedFromPolygon As Boolean Get
C++
public: property bool IsDefinedFromPolygon { bool get (); }