FabricationConfigurationGetSpecificationByGUID Method

Gets the specification identifier by its GUID.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int GetSpecificationByGUID(
	Guid specificationGUID
)

Parameters

specificationGUID  Guid
The specification GUID.

Return Value

Int32
The specification identifier. Returns 0 if not found.
See Also