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






Windows & Linux

Description

Height of the lower edge of the border wall.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LowerEdgeHeight();
public: __property void set_LowerEdgeHeight(
double
);

[Unmanaged C++]
public: HRESULT get_LowerEdgeHeight(
double * pRetVal
);
public: HRESULT put_LowerEdgeHeight(
double NewLowerEdgeHeight
);

[Java]
public double getLowerEdgeHeight();public void setLowerEdgeHeight(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface