ESRI.ArcGIS.DataManagementTools
in_direction Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > SynchronizeChanges Class : in_direction Property




The direction in which you want changes to be sent: from geodatabase 1 to geodatabase 2, from geodatabase 2 to geodatabase 1, or to send changes in both directions. For check-out/check-in replicas or one-way replicas there is only one appropriate direction. If the replica is two-way then any of the three choices are available. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property in_direction As String
Visual Basic (Usage)Copy Code
Dim instance As SynchronizeChanges
Dim value As String
 
instance.in_direction = value
 
value = instance.in_direction
C# 
public string in_direction {get; set;}

See Also

© 2010 All Rights Reserved.