Share

FamilyManager.Parameter(BuiltInParameter) Property

Obtains the parameter of this type with a given parameter id.


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

Syntax

C#

public FamilyParameter this[
	BuiltInParameter parameterId
] { get; }

Parameters

parameterId  BuiltInParameter
 

Property Value

FamilyParameter

Remarks

Returns null if the parameter is not found.

See Also

Reference

Was this information helpful?