STK ObjectsSend 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 AltitudeMethod
);
[Java]
public AgECvGroundAltitudeMethod getGroundAltitudeMethod();
public void setGroundAltitudeMethod(
    AgECvGroundAltitudeMethod
);
[Python - STK API ]
@property
def GroundAltitudeMethod(self) -> "AgECvGroundAltitudeMethod":

@GroundAltitudeMethod.setter
def GroundAltitudeMethod(self, AltitudeMethod:"AgECvGroundAltitudeMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.