GetRelationships Method
Get the entity relationships that are appropriate for Copy Design based on the gathering options.
Syntax
CopyDesignGetRelationshipsResult GetRelationships(
Connection connection,
System.Collections.Generic.IEnumerable<IEntity> entities,
CopyDesignRelationshipGatheringOptions gatheringOptions,
System.bool drawingDesignMode,
System.Threading.CancellationToken ct
)Function GetRelationships( _
ByVal connection As Connection, _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity), _
ByVal gatheringOptions As CopyDesignRelationshipGatheringOptions, _
ByVal drawingDesignMode As System.Boolean, _
ByVal ct As System.Threading.CancellationToken _
) As CopyDesignGetRelationshipsResultParameters
| Name | Description |
|---|---|
| connection | |
| entities | |
| gatheringOptions | |
| drawingDesignMode | |
| ct |