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





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

[Java]
public AgEBorderWallUpperLowerEdgeAltRef getUpperEdgeAltRef();public void setUpperEdgeAltRef(
AgEBorderWallUpperLowerEdgeAltRef
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1