AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_ShowBoundaryLegend(
   VARIANT_BOOL NewShowBoundaryLegend
);
[Java]
public bool getShowBoundaryLegend();
public void setShowBoundaryLegend(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.