Constructs the options using a specified name and type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public ExternalDefinitionCreationOptions(
string name,
ForgeTypeId dataType
) |
Visual Basic |
---|
Public Sub New ( _
name As String, _
dataType As ForgeTypeId _
) |
Visual C++ |
---|
public:
ExternalDefinitionCreationOptions(
String^ name,
ForgeTypeId^ dataType
) |
Parameters
- name
- Type: System..::..String
The name of the parameter definition to be created.
- dataType
- Type: Autodesk.Revit.DB..::..ForgeTypeId
The identifier of either a spec or a category.
A category identifier indicates a Family Type parameter of that category.
Exceptions
See Also