STK ObjectsSend comments on this topic.
PointAltitudeMethod Property (IAgCvPointDefinition)
See Also
Windows





Windows & Linux

Description

Custom point altitude method specifies whether to use the altitude values in the point file (.*pt) or override them using the altitude at a point on terrain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointAltitudeMethod() As AgECvPointAltitudeMethod
[C#]
public AgECvPointAltitudeMethod PointAltitudeMethod {get; set;}
[Managed C++]
public: __property AgECvPointAltitudeMethod get_PointAltitudeMethod();
public: __property void set_PointAltitudeMethod( AgECvPointAltitudeMethod );
[Unmanaged C++]
public: HRESULT get_PointAltitudeMethod(
    AgECvPointAltitudeMethod * pRetVal
);
public: HRESULT put_PointAltitudeMethod(
    AgECvPointAltitudeMethod PointAltitudeMethod
);
[Java]
public AgECvPointAltitudeMethod getPointAltitudeMethod();
public void setPointAltitudeMethod(
    AgECvPointAltitudeMethod
);
[Python - STK API ]
@property
def PointAltitudeMethod(self) -> "AgECvPointAltitudeMethod":

@PointAltitudeMethod.setter
def PointAltitudeMethod(self, PointAltitudeMethod:"AgECvPointAltitudeMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.