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





Windows & Linux

Description

Reference used in defining the upper edge of the border wall. A member of the AgEBorderWallUpperLowerEdgeAltRef enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UpperEdgeAltRef() As AgEBorderWallUpperLowerEdgeAltRef
[C#]
public AgEBorderWallUpperLowerEdgeAltRef UpperEdgeAltRef {get; set;}
[Managed C++]
public: __property AgEBorderWallUpperLowerEdgeAltRef get_UpperEdgeAltRef();
public: __property void set_UpperEdgeAltRef( AgEBorderWallUpperLowerEdgeAltRef );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.