Obtains the parameter of this type with a given definition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FamilyParameter this[
Definition definition
] { get; }Parameters
- definition Definition
-
Property Value
FamilyParameter
Remarks
Returns
null if the parameter is not found.
See Also
Reference