AGI STK Objects 11 Send comments on this topic.
ShowBoundaryLevels Property (IAgVmVOSpatialCalculationLevels)
See Also 
Windows






Windows & Linux

Description

Show or hide Spatial Calculation Boundary Levels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowBoundaryLevels() As Boolean

[C#]
public bool ShowBoundaryLevels {get; set;}

[Managed C++]
public: __property bool get_ShowBoundaryLevels();
public: __property void set_ShowBoundaryLevels(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowBoundaryLevels(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowBoundaryLevels(
VARIANT_BOOL NewShowBoundaryLevels
);

[Java]
public bool getShowBoundaryLevels();public void setShowBoundaryLevels(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface