Get the 3D Graphics properties for Volumetric Boundary Legend.
Read-only property
[Visual Basic .NET] |
---|
Public Property BoundaryLegend() As IAgVmVOLegend |
[C#] |
---|
public IAgVmVOLegend BoundaryLegend {get;} |
[Managed C++] |
---|
public: __property IAgVmVOLegend ^ get_BoundaryLegend(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundaryLegend( IAgVmVOLegend ** ppVal ); |
[Java] |
---|
public IAgVmVOLegend getBoundaryLegend(); |
[Python - STK API ] |
---|
@property def BoundaryLegend(self) -> "IAgVmVOLegend": |