AGI STK Objects 11 Send comments on this topic.
LowerEdgeAltRef Property (IAgVOBorderWall)
See Also 





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 * pRetVal
);
public: HRESULT put_LowerEdgeAltRef(
AgEBorderWallUpperLowerEdgeAltRef NewLowerEdgeAltRef
);

[Java]
public AgEBorderWallUpperLowerEdgeAltRef getLowerEdgeAltRef();public void setLowerEdgeAltRef(
AgEBorderWallUpperLowerEdgeAltRef
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1