This document is archived and information here might be outdated. Recommended version. |
Indicates if a seed is used when the ramp is generated. Set this property to True without changing the Seed to generate identical color ramps in succession.
[Visual Basic .NET]
Public Property UseSeed As Boolean
[C#]
public bool UseSeed {get; set;}
[C++]
HRESULT get_UseSeed(
VARIANT_BOOL UseSeed
);
[C++]
HRESULT put_UseSeed(
Boolean* UseSeed
);
[C++] Parameters UseSeed [in]
UseSeed is a parameter of type bool UseSeed [out, retval]
UseSeed is a parameter of type bool*