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






Windows & Linux

Description

Display the border for the area target as a solid or translucent wall that extends from the lower edge altitude to the upper edge altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseBorderWall() As Boolean
[C#]
public bool UseBorderWall {get; set;}
[Managed C++]
public: __property bool get_UseBorderWall();
public: __property void set_UseBorderWall(
   bool
);
[Unmanaged C++]
public: HRESULT get_UseBorderWall(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseBorderWall(
   VARIANT_BOOL NewUseBorderWall
);
[Java]
public bool getUseBorderWall();public void setUseBorderWall(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.