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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowerEdgeAltRef() As AgEBorderWallUpperLowerEdgeAltRef
[C#]
public AgEBorderWallUpperLowerEdgeAltRef LowerEdgeAltRef {get; set;}
[Managed C++]
public: __property AgEBorderWallUpperLowerEdgeAltRef get_LowerEdgeAltRef();
public: __property void set_LowerEdgeAltRef( AgEBorderWallUpperLowerEdgeAltRef );
[Unmanaged C++]
public: HRESULT get_LowerEdgeAltRef(
    AgEBorderWallUpperLowerEdgeAltRef * pVal
);
public: HRESULT put_LowerEdgeAltRef(
    AgEBorderWallUpperLowerEdgeAltRef eVal
);
[Java]
public AgEBorderWallUpperLowerEdgeAltRef getLowerEdgeAltRef();
public void setLowerEdgeAltRef(
    AgEBorderWallUpperLowerEdgeAltRef
);
[Python - STK API ]
@property
def LowerEdgeAltRef(self) -> "AgEBorderWallUpperLowerEdgeAltRef":

@LowerEdgeAltRef.setter
def LowerEdgeAltRef(self, eVal:"AgEBorderWallUpperLowerEdgeAltRef") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.