GetModifiableSpecs Method
Gets all specs for which the default FormatOptions can be modified.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:  2014

Syntax

C#
public static IList<ForgeTypeId> GetModifiableSpecs()
Visual Basic
Public Shared Function GetModifiableSpecs As IList(Of ForgeTypeId)
Visual C++
public:
static IList<ForgeTypeId^>^ GetModifiableSpecs()

Return Value

Identifiers of the specs for which the FormatOptions can be modified.

See Also