STK ObjectsSend comments on this topic.
ShowBoundaryLegend Property (IAgVmVO)
See Also
Windows





Windows & Linux

Description

Enables/disables boundary legends in 3D Graphics window for Volumetric object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowBoundaryLegend() As Boolean
[C#]
public bool ShowBoundaryLegend {get; set;}
[Managed C++]
public: __property bool get_ShowBoundaryLegend();
public: __property void set_ShowBoundaryLegend( bool );
[Unmanaged C++]
public: HRESULT get_ShowBoundaryLegend(
    VARIANT_BOOL * pShow
);
public: HRESULT put_ShowBoundaryLegend(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowBoundaryLegend();
public void setShowBoundaryLegend(
    bool
);
[Python - STK API ]
@property
def ShowBoundaryLegend(self) -> bool:

@ShowBoundaryLegend.setter
def ShowBoundaryLegend(self, pShow:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.