Responder Developer Guide
GetRelationshipName Method


Version: 10.2.1a

Resource Center Home

The represents for a relationship.
Returns the name of the relationship corresponding to a represents.
Syntax
'Declaration
 
Public Function GetRelationshipName( _
   ByVal relationshipRepresents As String _
) As String
'Usage
 
Dim instance As DataSetConfig
Dim relationshipRepresents As String
Dim value As String
 
value = instance.GetRelationshipName(relationshipRepresents)
public string GetRelationshipName( 
   string relationshipRepresents
)

Parameters

relationshipRepresents
The represents for a relationship.

Return Value

The name of the relationship.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment