ParameterDownloadOptions(ISetElementId, Boolean, Boolean, ForgeTypeId) Constructor

Initializes a new instance of the ParameterDownloadOptions class

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ParameterDownloadOptions(
	ISet<ElementId> categories,
	bool isInstance,
	bool visible,
	ForgeTypeId groupTypeId
)

Parameters

categories  ISetElementId
 
isInstance  Boolean
 
visible  Boolean
 
groupTypeId  ForgeTypeId
 
See Also