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






Windows & Linux

Description

Whether the color ramp is used. Setting this property has no effect if the color ramp is not supported.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseColorRamp();
public: __property void set_UseColorRamp(
bool
);

[Unmanaged C++]
public: HRESULT get_UseColorRamp(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseColorRamp(
VARIANT_BOOL NewUseColorRamp
);

[Java]
public bool getUseColorRamp();public void setUseColorRamp(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface