ArcFM Responder Mobile 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 System.Boolean _
) As ColorScheme
'Usage
 
Dim reverse As System.Boolean
Dim value As ColorScheme
 
value = ColorScheme.Create(reverse)
public static ColorScheme Create( 
   System.bool reverse
)
public function Create( 
    reverse: System.Boolean
): ColorScheme; static; 
public static function Create( 
   reverse : System.boolean
) : ColorScheme;
public: static ColorScheme* Create( 
   System.bool reverse
) 
public:
static ColorScheme^ Create( 
   System.bool reverse
) 

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorScheme Class
ColorScheme Members
Overload List

Send Feedback