AGI STK Objects 11 Send comments on this topic.
AltitudeMethod 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 AltitudeMethod() As AgECvAltitudeMethod

[C#]
public AgECvAltitudeMethod AltitudeMethod {get; set;}

[Managed C++]
public: __property AgECvAltitudeMethod get_AltitudeMethod();
public: __property void set_AltitudeMethod(
AgECvAltitudeMethod
);

[Unmanaged C++]
public: HRESULT get_AltitudeMethod(
AgECvAltitudeMethod * pRetVal
);
public: HRESULT put_AltitudeMethod(
AgECvAltitudeMethod NewAltitudeMethod
);

[Java]
public AgECvAltitudeMethod getAltitudeMethod();public void setAltitudeMethod(
AgECvAltitudeMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1