In This Topic
Checking the palette is extended from ColorBrewer https://colorbrewer2.org.
Syntax
'Declaration
Public Shared Function IsExtended( _
ByVal As System.Collections.Generic.IEnumerable(Of String) _
) As System.Boolean
'Usage
Dim value As System.Collections.Generic.IEnumerable(Of String)
Dim value As System.Boolean
value = Palettes.IsExtended(value)
public static System.bool IsExtended(
System.Collections.Generic.IEnumerable<string>
)
public function IsExtended(
: System.Collections.Generic.IEnumerable
): System.Boolean; static;
public static function IsExtended(
: System.Collections.Generic.IEnumerable
) : System.boolean;
public: static System.bool IsExtended(
System.Collections.Generic.IEnumerable<string*>*
)
public:
static System.bool IsExtended(
System.Collections.Generic.IEnumerable<String^>^
)
Parameters
- value
See Also