AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_UpperEdgeAltRef(
   AgEBorderWallUpperLowerEdgeAltRef NewUpperEdgeAltRef
);
[Java]
public AgEBorderWallUpperLowerEdgeAltRef getUpperEdgeAltRef();public void setUpperEdgeAltRef(
   AgEBorderWallUpperLowerEdgeAltRef
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.