RVTDocs.com

FabricationConfiguration.LocateSpecification

Method
Description:
Gets the specification identifier by group and name.
Syntax
public int LocateSpecification(
	string group,
	string name
)
Parameters
Parameter Type Description
group String The specification group.
name String The specification name.
Return Value
Type Description
Int32 The specification identifier. Returns -1 if not found.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null