AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.