ArcFM Responder Mobile Developer Guide
ConstCondition Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Boolean _
)
'Usage
 
Dim value As System.Boolean
 
Dim instance As New ConstCondition(value)
public ConstCondition( 
   System.bool value
)
public ConstCondition( 
    value: System.Boolean
); 
public function ConstCondition( 
   value : System.boolean
);
public: ConstCondition( 
   System.bool value
)
public:
ConstCondition( 
   System.bool value
)

Parameters

value
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

ConstCondition Class
ConstCondition Members

Send Feedback