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






Windows & Linux

Description

Set the color of the Active/Inactive Boundary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveInactiveBoundaryColor() As System.Drawing.Color

[C#]
public System.Drawing.Color ActiveInactiveBoundaryColor {get; set;}

[Managed C++]
public: __property uint^ get_ActiveInactiveBoundaryColor();
public: __property void set_ActiveInactiveBoundaryColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_ActiveInactiveBoundaryColor(
uint ** ppRetVal
);
public: HRESULT put_ActiveInactiveBoundaryColor(
uint * pNewActiveInactiveBoundaryColor
);

[Java]
public long getActiveInactiveBoundaryColor();public void setActiveInactiveBoundaryColor(
long
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface