AGI STK Objects 11 Send comments on this topic.
ShowActiveInactiveFill Property (IAgVmVOActiveGridPoints)
See Also 





Description

Show or hide the Active/Inactive Fill.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowActiveInactiveFill();
public: __property void set_ShowActiveInactiveFill(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowActiveInactiveFill(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowActiveInactiveFill(
VARIANT_BOOL NewShowActiveInactiveFill
);

[Java]
public bool getShowActiveInactiveFill();public void setShowActiveInactiveFill(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1