2027 Method
Changes 0
M

RebarShapeParameters.GetExternalDefinitionForElementId

Description:
Seach a DefinitionFile for the ExternalDefinition corresponding to a parameter in a document.
public static ExternalDefinition GetExternalDefinitionForElementId(
	Document doc,
	ElementId paramId,
	DefinitionFile definitionFile
)
Return Value ExternalDefinition The external parameter corresponding to the parameter's ElementId, or null if the Id does not correspond to an external parameter, or the parameter is not in the definition file.