AGI STK Objects 11 Send comments on this topic.
PointAltitudeMethod Property (IAgCvPointDefinition)
See Also 





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 NewPointAltitudeMethod
);

[Java]
public AgECvPointAltitudeMethod getPointAltitudeMethod();public void setPointAltitudeMethod(
AgECvPointAltitudeMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1