FabricationConfiguration.GetAllFabricationConnectorDefinitions
Method
Description:
Gets fabrication connector identifiers from the fabrication configuration, filtered by shape and domain.
Gets fabrication connector identifiers from the fabrication configuration, filtered by shape and domain.
Syntax
public IList<int> GetAllFabricationConnectorDefinitions(
ConnectorDomainType domain,
ConnectorProfileType shape
)
Parameters
Parameter | Type | Description |
---|---|---|
domain | ConnectorDomainType | ConnectorDomainType to filter by. Pass ConnectorDomainType.Undefined to get all connector domains. |
shape | ConnectorProfileType | ConnectorProfileType to filter by. Pass ConnectorProfileType.Invalid to get all shapes. |
Return Value
Type | Description |
---|---|
IList | All the fabrication connector identifiers, filtered by shape and domain. The return will be empty if no connectors are found. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |