IReadOnlyItemRelationships Method (String) |
Returns the set of relationships associated with this item of the specified type
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IEnumerable<IReadOnlyItem> Relationships(
string type
)
Function Relationships (
type As String
) As IEnumerable(Of IReadOnlyItem)
Parameters
- type
- Type: SystemString
Name of the ItemType for the relationships you wish to retrieve
Return Value
Type:
IEnumerableIReadOnlyItemSee Also