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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface