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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1