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





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

[Java]
public bool getShowFillLevels();public void setShowFillLevels(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1