2024 Method
Changes 5
M

ParameterUtils.DownloadCompanyName

Description:
Downloads the name of the given parameter's owning account and records it in the given document. If the owning account's name is already recorded in the given document, this method returns the name without downloading it again.
Remarks:
In Revit, the account name appears in the parameter tooltip if available.
public static string DownloadCompanyName(
	Document document,
	ForgeTypeId parameterTypeId
)
Return Value string Name of the owning account.