Share

FamilyManager.Parameter(Definition) Property

Obtains the parameter of this type with a given definition.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FamilyParameter this[
	Definition definition
] { get; }

Parameters

definition  Definition
 

Property Value

FamilyParameter

Remarks

Returns nullptr if the parameter is not found.

See Also

Reference

Was this information helpful?