ArcFM Responder Mobile Developer Guide
Unbind Method






The source.
Unbinds from the DataSoure (will no longer provide annotation services).
Syntax
'Declaration
 
Public Sub Unbind( _
   ByVal source As DataSource _
) 
'Usage
 
Dim instance As DataSetConfig
Dim source As DataSource
 
instance.Unbind(source)
public void Unbind( 
   DataSource source
)
public procedure Unbind( 
    source: DataSource
); 
public function Unbind( 
   source : DataSource
);
public: void Unbind( 
   DataSource* source
) 
public:
void Unbind( 
   DataSource^ source
) 

Parameters

source
The source.
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