STK ObjectsSend comments on this topic.
BorderWall Property (IAgVORangeContours)
See Also
Windows





Windows & Linux

Description

Retrieve the border wall properties of the range contours.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BorderWall() As IAgVOBorderWall
[C#]
public IAgVOBorderWall BorderWall {get;}
[Managed C++]
public: __property IAgVOBorderWall ^ get_BorderWall();
[Unmanaged C++]
public: HRESULT get_BorderWall(
    IAgVOBorderWall ** ppVal
);
[Java]
public IAgVOBorderWall getBorderWall();
[Python - STK API ]
@property
def BorderWall(self) -> "IAgVOBorderWall":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.