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






Windows & Linux

Description

Show or hide the Active/Inactive Boundary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowActiveInactiveBoundary() As Boolean
[C#]
public bool ShowActiveInactiveBoundary {get; set;}
[Managed C++]
public: __property bool get_ShowActiveInactiveBoundary();
public: __property void set_ShowActiveInactiveBoundary( bool );
[Unmanaged C++]
public: HRESULT get_ShowActiveInactiveBoundary(
    VARIANT_BOOL * pShow
);
public: HRESULT put_ShowActiveInactiveBoundary(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowActiveInactiveBoundary();
public void setShowActiveInactiveBoundary(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.