STK ObjectsSend comments on this topic.
UpperEdgeHeight Property (IAgVOBorderWall)
See Also
Windows





Windows & Linux

Description

Height of the upper edge of the border wall.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UpperEdgeHeight() As Double
[C#]
public double UpperEdgeHeight {get; set;}
[Managed C++]
public: __property double get_UpperEdgeHeight();
public: __property void set_UpperEdgeHeight( double );
[Unmanaged C++]
public: HRESULT get_UpperEdgeHeight(
    double * pVal
);
public: HRESULT put_UpperEdgeHeight(
    double dVal
);
[Java]
public double getUpperEdgeHeight();
public void setUpperEdgeHeight(
    double
);
[Python - STK API ]
@property
def UpperEdgeHeight(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.