ArcFM Responder Mobile Developer Guide
IsSplit Property






Gets or sets a value indicating whether this diff was created by a split operation.
Syntax
'Declaration
 
Public Property IsSplit As System.Boolean
'Usage
 
Dim instance As FeederInfoDiff
Dim value As System.Boolean
 
instance.IsSplit = value
 
value = instance.IsSplit
public System.bool IsSplit {get; set;}
public read-write property IsSplit: System.Boolean; 
public function get,set IsSplit : System.boolean
public: __property System.bool get_IsSplit();
public: __property void set_IsSplit( 
   System.bool value
);
public:
property System.bool IsSplit {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if this instance is split; otherwise, false.
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

FeederInfoDiff Class
FeederInfoDiff Members

Send Feedback