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

Parameter.Definition

Property
Description:
Returns the Definition object that describes the data type, name and other details of the parameter.
Remarks:
This will always be an InternalDefinition object. If you want the Guid for a shared parameter, use GUID.
Syntax
public Definition Definition { get; }