STK ObjectsSend 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 AltitudeMethod
);
[Java]
public AgECvAltitudeMethod getAltitudeMethod();
public void setAltitudeMethod(
    AgECvAltitudeMethod
);
[Python - STK API ]
@property
def AltitudeMethod(self) -> "AgECvAltitudeMethod":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.