STK ObjectsSend 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 * pVal
);
public: HRESULT put_ActiveInactiveBoundaryColor(
    uint color
);
[Java]
public long getActiveInactiveBoundaryColor();
public void setActiveInactiveBoundaryColor(
    long
);
[Python - STK API ]
@property
def ActiveInactiveBoundaryColor(self) -> agi.stk12.utilities.colors.Color:

@ActiveInactiveBoundaryColor.setter
def ActiveInactiveBoundaryColor(self, color:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.