Public Function GetColorRamp( _ ByVal colorRampName As String _ ) As CIMColorRamp
public CIMColorRamp GetColorRamp( string colorRampName )
Parameters
- colorRampName
- The color ramp name.
Return Value
CIMColorRamp
Public Function GetColorRamp( _ ByVal colorRampName As String _ ) As CIMColorRamp
public CIMColorRamp GetColorRamp( string colorRampName )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
| System.ArgumentNullException | colorRampName cannot be null or empty. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)