AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_AltitudeMethod(
    AgECvAltitudeMethod AgECvAltitudeMethod
);
[Java]
public AgECvAltitudeMethod getAltitudeMethod();
public void setAltitudeMethod(
    AgECvAltitudeMethod
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.