STK ObjectsSend 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 * pVal
);
public: HRESULT put_LowerEdgeHeight(
    double dVal
);
[Java]
public double getLowerEdgeHeight();
public void setLowerEdgeHeight(
    double
);
[Python - STK API ]
@property
def LowerEdgeHeight(self) -> float:

@LowerEdgeHeight.setter
def LowerEdgeHeight(self, dVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.