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