Returns the Definition object that describes the data type, name and other details of the
parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Definition Definition { get; }Property Value
Definition
Remarks
This will always be an
InternalDefinition object.
If you want the Guid for a shared parameter, use
GUID.
See Also
Reference