Gets the associate family parameter id of the specified connector parameter id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2017
Syntax
Visual Basic |
---|
Public Function GetAssociateFamilyParameterId ( _
connectorParameterId As ElementId _
) As ElementId |
Visual C++ |
---|
public:
ElementId^ GetAssociateFamilyParameterId(
ElementId^ connectorParameterId
) |
Return Value
Returns valid ElementId if the connectorParameterId associates to one family parameter; otherwise returns invalid ElementId.
Exceptions
See Also