FabricationPartSpecification Property |
The fabrication part specification identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int Specification { get; set; }
Public Property Specification As Integer
Get
Set
public:
property int Specification {
int get ();
void set (int value);
}
member Specification : int with get, set
Property Value
Int32
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: the specification is invalid for the fabrication part.
|
InvalidOperationException |
When setting this property: the specification is not able to be modified.
-or-
When setting this property: the fabrication part is connected to more than one item.
-or-
When setting this property: the specification fails to be set by identifier: specId.
|
Remarks
A value of 0 indicates the specification is set to undefined.
See Also