STK ObjectsSend 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 * pShow
);
public: HRESULT put_ShowBoundaryLevels(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowBoundaryLevels();
public void setShowBoundaryLevels(
    bool
);
[Python - STK API ]
@property
def ShowBoundaryLevels(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.