AGI STK Objects 11 Send comments on this topic.
GroundAltitude Property (IAgCvPointDefinition)
See Also 





Description

Height of the grid point. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GroundAltitude() As Double

[C#]
public double GroundAltitude {get; set;}

[Managed C++]
public: __property double get_GroundAltitude();
public: __property void set_GroundAltitude(
double
);

[Unmanaged C++]
public: HRESULT get_GroundAltitude(
double * pRetVal
);
public: HRESULT put_GroundAltitude(
double NewGroundAltitude
);

[Java]
public double getGroundAltitude();public void setGroundAltitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1