Share

Units.GetFormatOptions Method

Gets the default FormatOptions for a spec.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FormatOptions GetFormatOptions(
	ForgeTypeId specTypeId
)

Parameters

specTypeId  ForgeTypeId
Identifier of the spec.

Return Value

FormatOptions
A copy of the FormatOptions.

Exceptions

ExceptionCondition
ArgumentException specTypeId is not a measurable spec identifier. See UnitUtils.IsMeasurableSpec(ForgeTypeId).
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?