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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1