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





Description

Method for specifying the height of a grid point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GroundAltitudeMethod() As AgECvGroundAltitudeMethod

[C#]
public AgECvGroundAltitudeMethod GroundAltitudeMethod {get; set;}

[Managed C++]
public: __property AgECvGroundAltitudeMethod get_GroundAltitudeMethod();
public: __property void set_GroundAltitudeMethod(
AgECvGroundAltitudeMethod
);

[Unmanaged C++]
public: HRESULT get_GroundAltitudeMethod(
AgECvGroundAltitudeMethod * pRetVal
);
public: HRESULT put_GroundAltitudeMethod(
AgECvGroundAltitudeMethod NewGroundAltitudeMethod
);

[Java]
public AgECvGroundAltitudeMethod getGroundAltitudeMethod();public void setGroundAltitudeMethod(
AgECvGroundAltitudeMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1