NumberingParameterType Enumeration

Defines types for numbering parameter associations.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public enum NumberingParameterType
Members
Member nameValueDescription
Analytical1 The parameter belongs to the analytical element associated with this element.
FromRoom4 The parameter belongs to the room that associates this element as an out.
MemberForces2 The parameter belongs to the member force element associated with this element.
Native0 The parameter belongs to the element or to the type of the element.
Physical6 The parameter belongs to the physical element associated with this element.
Room9 The parameter belongs to the room contains that element.
StructuralMaterial8 The parameter belongs to the structural material associated with this element.
StructuralSection7 The parameter belongs to the structural section associated with this element.
ToRoom5 The parameter belongs to the room that associates this element as an in.
Unknown10 The parameter does not belong to any associations for this category.
See Also