Description
Gets or sets the height of the top of the layer.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TopHeight() As Double
|
| [C#] |
|---|
public double TopHeight {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_TopHeight(); public: __property void set_TopHeight(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TopHeight(
double * pVal
);
public: HRESULT put_TopHeight(
double val
);
|
| [Java] |
|---|
public double getTopHeight();
public void setTopHeight(
double
);
|
| [Python - STK API] |
|---|
@property
def TopHeight(self) -> float:
@TopHeight.setter
def TopHeight(self, val:float) -> None:
|
See Also