2027 Method
Changes 0
M

FabricationConfiguration.LocateFabricationConnector

Description:
Gets the fabrication connector identifiers by group and name, filtered by shape and domain.
public int LocateFabricationConnector(
	string group,
	string name,
	ConnectorDomainType domain,
	ConnectorProfileType shape
)
  • String
    group
    The fabrication connector group.
  • String
    name
    The fabrication connector name.
  • 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 Int32 Return the fabrication connector identifier. Returns -1 if not found.