ArcFM Engine Developer Guide
Create(Boolean) Method


if set to true, reverses the order of the color palette.
Creates a ColorScheme instance.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal reverse As Boolean _
) As ColorScheme
'Usage
 
Dim reverse As Boolean
Dim value As ColorScheme
 
value = ColorScheme.Create(reverse)
public static ColorScheme Create( 
   bool reverse
)

Parameters

reverse
if set to true, reverses the order of the color palette.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ColorScheme Class
ColorScheme Members
Overload List

 

 


Send Comment