STK ObjectsSend 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
);
[Python - STK API ]
@property
def UseColorRamp(self) -> bool:

@UseColorRamp.setter
def UseColorRamp(self, UseColorRamp:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.