| Revit 2022.1 API |
| FamilyManager..::..Parameter Property (Definition) |
| FamilyManager Class See Also |
Obtains the parameter of this type with a given definition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public FamilyParameter this[ Definition definition ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Parameter ( _ definition As Definition _ ) As FamilyParameter Get |
| Visual C++ |
|---|
public: property FamilyParameter^ Parameter[Definition^ definition] { FamilyParameter^ get (Definition^ definition); } |
Parameters
- definition
- Type: Autodesk.Revit.DB..::..Definition
Remarks
Returns nullNothingnullptra null reference (Nothing in Visual Basic) if the parameter is not found.