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.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseBorderWall() As Boolean |
[C#] |
---|
public bool UseBorderWall {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseBorderWall(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseBorderWall( VARIANT_BOOL * pVal ); public: HRESULT put_UseBorderWall( VARIANT_BOOL bVal ); |
[Java] |
---|
public bool getUseBorderWall(); public void setUseBorderWall( bool ); |