RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Definitions

Definitions.Item

Property
Description:
Retrieves a definition by a given name.
Remarks:
If the definition is not found then null will be returned.
Syntax
public Definition this[
	string name
] { get; }
Parameters
Parameter Type Description
name String The name of the parameter definition for which to search.
Return Value