CroppedBoundary Property

Gets the cropped boundary.

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

Syntax

C#

public Point3dCollection CroppedBoundary { get; }

Visual Basic

Public ReadOnly Property CroppedBoundary As Point3dCollection
	Get

Visual C++

public:
property Point3dCollection^ CroppedBoundary {
	Point3dCollection^ get ();
}

See Also