AGI STK Objects 11Send 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 UseColorRamp
);
[Java]
public bool getUseColorRamp();
public void setUseColorRamp(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.