AGI STK Objects 11 Send comments on this topic.
ShowBoundaryLegend Property (IAgVmVO)
See Also 





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 * pRetVal
);
public: HRESULT put_ShowBoundaryLegend(
VARIANT_BOOL NewShowBoundaryLegend
);

[Java]
public bool getShowBoundaryLegend();public void setShowBoundaryLegend(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1