Share

ExternalDefinitionCreationOptions Constructor

Constructs the options using a specified name and type.


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

Syntax

C#

public ExternalDefinitionCreationOptions(
	string name,
	ForgeTypeId dataType
)

Parameters

name  String
The name of the parameter definition to be created.
dataType  ForgeTypeId
The identifier of either a spec or a category. A category identifier indicates a Family Type parameter of that category.

Exceptions

ExceptionCondition
ArgumentException The given identifier is neither a spec nor a category.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?