CatchmentBoundaryPolyline2d Property |
Gets the 2d boundary polyline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point2dCollection BoundaryPolyline2d { get; }
Public ReadOnly Property BoundaryPolyline2d As Point2dCollection
Get
public:
property Point2dCollection^ BoundaryPolyline2d {
Point2dCollection^ get ();
}
Property Value
Point2dCollection
See Also