2027 Method
Changes 8
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.

This method only supports Parameters Service accounts in the US.

Overloads (2):
DownloadCompanyName(Document,ForgeTypeId)
[ObsoleteAttribute("This method is deprecated in Revit 2027 and may be removed in a later version of Revit. We suggest you use the overload which accepts a region input instead.")]
public static string DownloadCompanyName(
	Document document,
	ForgeTypeId parameterTypeId
)
  • document
    Document in which to record the name of the parameter's owning account.
  • parameterTypeId
    Parameter identifier.
Return Value String Name of the owning account.