RVTDocs.com
Namespace: Autodesk.Revit.DB Class: UnitUtils

UnitUtils.GetTypeCatalogStringForSpec

Method
Description:
Gets the string used in type catalogs to identify a given measurable spec.
Syntax
public static string GetTypeCatalogStringForSpec(
	ForgeTypeId specTypeId
)
Parameters
Parameter Type Description
specTypeId ForgeTypeId Identifier of the measurable spec.
Return Value
Type Description
String The type catalog string, or an empty string if the measurable spec cannot be used in type catalogs.
Exceptions
Exception Condition
ArgumentException specTypeId is not a measurable spec identifier. See UnitUtils.IsMeasurableSpec(ForgeTypeId).
ArgumentNullException A non-optional argument was null