SoGeoElevationGridheight Property |
The height array contains xDimension * zDimension floating point values that represent elevation above the ellipsoid or the geoid, as appropriate.
Namespace: OIV.Inventor.GeoAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMFFloat height { get; }
Public ReadOnly Property height As SoMFFloat
Get
public:
property SoMFFloat^ height {
SoMFFloat^ get ();
}
member height : SoMFFloat with get
Property Value
Type:
SoMFFloat
RemarksThese values are given in row-major order from west to east, south to north.
See Also