STK ObjectsSend comments on this topic.
ShowFillLevels Property (IAgVmVOSpatialCalculationLevels)
See Also
Windows





Windows & Linux

Description

Show or hide Fill Levels

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowFillLevels() As Boolean
[C#]
public bool ShowFillLevels {get; set;}
[Managed C++]
public: __property bool get_ShowFillLevels();
public: __property void set_ShowFillLevels( bool );
[Unmanaged C++]
public: HRESULT get_ShowFillLevels(
    VARIANT_BOOL * pShow
);
public: HRESULT put_ShowFillLevels(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowFillLevels();
public void setShowFillLevels(
    bool
);
[Python - STK API ]
@property
def ShowFillLevels(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.