ParameterDefinition Property |
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.0.4.0 (26.0.4.0)
Syntaxpublic Definition Definition { get; }
Public ReadOnly Property Definition As Definition
Get
public:
property Definition^ Definition {
Definition^ get ();
}
member Definition : Definition with get
Property Value
Definition
Remarks
See Also