Reference used in defining the upper edge of the border wall. A member of the AgEBorderWallUpperLowerEdgeAltRef enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property UpperEdgeAltRef() As AgEBorderWallUpperLowerEdgeAltRef |
[C#] |
---|
public AgEBorderWallUpperLowerEdgeAltRef UpperEdgeAltRef {get; set;} |
[Managed C++] |
---|
public: __property AgEBorderWallUpperLowerEdgeAltRef get_UpperEdgeAltRef(); |
[Unmanaged C++] |
---|
public: HRESULT get_UpperEdgeAltRef( AgEBorderWallUpperLowerEdgeAltRef * pVal ); public: HRESULT put_UpperEdgeAltRef( AgEBorderWallUpperLowerEdgeAltRef eVal ); |
[Java] |
---|
public AgEBorderWallUpperLowerEdgeAltRef getUpperEdgeAltRef(); public void setUpperEdgeAltRef( AgEBorderWallUpperLowerEdgeAltRef ); |
[Python - STK API ] |
---|
@property def UpperEdgeAltRef(self) -> "AgEBorderWallUpperLowerEdgeAltRef": @UpperEdgeAltRef.setter def UpperEdgeAltRef(self, eVal:"AgEBorderWallUpperLowerEdgeAltRef") -> None: |