ArcFM Responder Mobile Developer Guide
AddDomain Method (DataSetConfig)






Adds this domain to the list of available domains. If this domain already exists in the list, it is replaced with the new one. However, if the existing domain has the same contents as the new one, the existing domain is retained.
Syntax
'Declaration
 
Public Sub AddDomain( _
   ByVal domain As Domain _
) 
'Usage
 
Dim instance As DataSetConfig
Dim domain As Domain
 
instance.AddDomain(domain)
public void AddDomain( 
   Domain domain
)
public procedure AddDomain( 
    domain: Domain
); 
public function AddDomain( 
   domain : Domain
);
public: void AddDomain( 
   Domain* domain
) 
public:
void AddDomain( 
   Domain^ domain
) 

Parameters

domain
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

DataSetConfig Class
DataSetConfig Members

Send Feedback