TerrainProvider.ShapeFixedFrame Property |
Gets or sets the reference frame fixed to the
Shape in which the
longitude and latitude are defined.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame ShapeFixedFrame { get; protected set; }
Public Property ShapeFixedFrame As ReferenceFrame
Get
Protected Set
public:
property ReferenceFrame^ ShapeFixedFrame {
ReferenceFrame^ get ();
protected: void set (ReferenceFrame^ value);
}
member ShapeFixedFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
See Also