AGI STK Objects 11 Send comments on this topic.
UpperEdgeHeight Property (IAgVOBorderWall)
See Also 





Description

Height of the upper edge of the border wall.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UpperEdgeHeight() As Double

[C#]
public double UpperEdgeHeight {get; set;}

[Managed C++]
public: __property double get_UpperEdgeHeight();
public: __property void set_UpperEdgeHeight(
double
);

[Unmanaged C++]
public: HRESULT get_UpperEdgeHeight(
double * pRetVal
);
public: HRESULT put_UpperEdgeHeight(
double NewUpperEdgeHeight
);

[Java]
public double getUpperEdgeHeight();public void setUpperEdgeHeight(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1