2027 Method
Changes 0
M

FabricationConfiguration.GetAllFabricationConnectorDefinitions

Description:
Gets fabrication connector identifiers from the fabrication configuration, filtered by shape and domain.
public IList<int> GetAllFabricationConnectorDefinitions(
	ConnectorDomainType domain,
	ConnectorProfileType shape
)
  • domain
    ConnectorDomainType to filter by. Pass ConnectorDomainType.Undefined to get all connector domains.
  • shape
    ConnectorProfileType to filter by. Pass ConnectorProfileType.Invalid to get all shapes.
Return Value IList<Int32> All the fabrication connector identifiers, filtered by shape and domain. The return will be empty if no connectors are found.