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




The direction messages will be propagated between the objects in the relationship. For example, in a relationship between poles and transformers, when the pole is deleted, it sends a message to its related transformer objects informing them it was deleted. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.