Miner.Geodatabase.Integration Namespace > RelationshipInfo Class : RelationshipInfo Constructor |
'Declaration
Public Function New( _ ByVal source As ObjectInfo, _ ByVal relatedObjects As System.Collections.Generic.IList(Of ObjectInfo), _ ByVal forward As System.Boolean _ )
'Usage
Dim source As ObjectInfo Dim relatedObjects As System.Collections.Generic.IList(Of ObjectInfo) Dim forward As System.Boolean Dim instance As New RelationshipInfo(source, relatedObjects, forward)
public RelationshipInfo( ObjectInfo source, System.Collections.Generic.IList<ObjectInfo> relatedObjects, System.bool forward )
public RelationshipInfo( source: ObjectInfo; relatedObjects: System.Collections.Generic.IList; forward: System.Boolean );
public function RelationshipInfo( source : ObjectInfo, relatedObjects : System.Collections.Generic.IList, forward : System.boolean );
public: RelationshipInfo( ObjectInfo* source, System.Collections.Generic.IList<ObjectInfo*>* relatedObjects, System.bool forward )
public: RelationshipInfo( ObjectInfo^ source, System.Collections.Generic.IList<ObjectInfo^>^ relatedObjects, System.bool forward )
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