TerrainProvider.Shape Property |
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Ellipsoid Shape { get; protected set; }
Public Property Shape As Ellipsoid
Get
Protected Set
public:
property Ellipsoid^ Shape {
Ellipsoid^ get ();
protected: void set (Ellipsoid^ value);
}
member Shape : Ellipsoid with get, set
Property Value
Type:
Ellipsoid
See Also