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