AlignmentVerticalElevationPoints Property
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public Point2dCollection ElevationPoints { get; }
Public ReadOnly Property ElevationPoints As Point2dCollection
Get
public:
property Point2dCollection^ ElevationPoints {
Point2dCollection^ get ();
}
member ElevationPoints : Point2dCollection with get
Property Value
Point2dCollection
See Also