AGI STK Objects 11 Send comments on this topic.
DisplayColorsOutsideMinMax Property (IAgVmVOSpatialCalculationLevels)
See Also 





Description

Sets/gets Display Colors Outside MinMax.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayColorsOutsideMinMax() As Boolean

[C#]
public bool DisplayColorsOutsideMinMax {get; set;}

[Managed C++]
public: __property bool get_DisplayColorsOutsideMinMax();
public: __property void set_DisplayColorsOutsideMinMax(
bool
);

[Unmanaged C++]
public: HRESULT get_DisplayColorsOutsideMinMax(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayColorsOutsideMinMax(
VARIANT_BOOL NewDisplayColorsOutsideMinMax
);

[Java]
public bool getDisplayColorsOutsideMinMax();public void setDisplayColorsOutsideMinMax(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1