FieldBuilderSetSpec Method |
Sets the spec describing the field's values.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic FieldBuilder SetSpec(
ForgeTypeId specTypeId
)
Public Function SetSpec (
specTypeId As ForgeTypeId
) As FieldBuilder
public:
FieldBuilder^ SetSpec(
ForgeTypeId^ specTypeId
)
member SetSpec :
specTypeId : ForgeTypeId -> FieldBuilder
Parameters
- specTypeId ForgeTypeId
-
Identifier of the spec.
Return Value
FieldBuilder
The FieldBuilder object may be used to add more details to the field.
Exceptions
See Also