SurfaceSegmentSurfaceShape Property |
Gets or sets the shape of the surface upon which the path is defined.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Ellipsoid SurfaceShape { get; protected set; }
Public Property SurfaceShape As Ellipsoid
Get
Protected Set
public:
property Ellipsoid^ SurfaceShape {
Ellipsoid^ get ();
protected: void set (Ellipsoid^ value);
}
member SurfaceShape : Ellipsoid with get, set
Property Value
Type:
Ellipsoid
See Also