Share

FabricationConfiguration.LocateMaterial Method

Gets material by group and name.


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

Syntax

C#

public int LocateMaterial(
	string group,
	string name
)

Parameters

group  String
The material group.
name  String
The group name.

Return Value

Int32
The material identifier. Returns -1 if not found.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?