STK ObjectsSend comments on this topic.
ShowActiveInactiveFill Property (IAgVmVOActiveGridPoints)
See Also
Windows





Windows & Linux

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 * pShow
);
public: HRESULT put_ShowActiveInactiveFill(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowActiveInactiveFill();
public void setShowActiveInactiveFill(
    bool
);
[Python - STK API ]
@property
def ShowActiveInactiveFill(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.