Share

FabricationConfiguration.GetMaterialByGUID Method

Gets the material identifier by its GUID.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public int GetMaterialByGUID(
	Guid materialGUID
)

Parameters

materialGUID  Guid
The material GUID.

Return Value

Int32
The material identifier. Returns 0 if not found.

See Also

Reference

Was this information helpful?