Retrieve the border wall properties of the range contours.
Read-only property
[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": |