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.
Overloads (2):
DownloadCompanyName(Document,ForgeTypeId,String)
public static string DownloadCompanyName(
	Document document,
	ForgeTypeId parameterTypeId,
	string region
)
  • document
    Document in which to record the name of the parameter's owning account.
  • parameterTypeId
    Parameter identifier.
  • String
    region
    Region of the account where the parameter is defined.
Return Value String Name of the owning account.