Share

FabricationPart.GetAllFabricationBodyConnectorDefinitions Method

Gets all connectors that are valid to be assigned to the part for a specified body connector


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public IList<int> GetAllFabricationBodyConnectorDefinitions(
	Connector connector
)

Parameters

connector  Connector
The connector to to check against

Return Value

IList<Int32>
Returns an array of connector database identifiers

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?