Share

SurfaceOperationCreateByCropping.CroppedBoundary Property

Gets the cropped boundary.



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

Syntax

C#

public Point3dCollection CroppedBoundary { get; }

VB

Public ReadOnly Property CroppedBoundary As Point3dCollection
	Get

C++

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

Property Value

Point3dCollection

See Also

Reference

Was this information helpful?