AGI STK Objects 11Send comments on this topic.
GroundAltitudeMethod 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 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 * pVal
);
public: HRESULT put_GroundAltitudeMethod(
    AgECvGroundAltitudeMethod AgECvAltitudeMethod
);
[Java]
public AgECvGroundAltitudeMethod getGroundAltitudeMethod();
public void setGroundAltitudeMethod(
    AgECvGroundAltitudeMethod
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.