Creates a new parameter definition using specified options.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2015
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- option
- Type: Autodesk.Revit.DB ExternalDefinitionCreationOptions
The options used to create the new parameter definition.
Return Value
If successful a reference to the new parameter definition is returned, otherwise a null reference ( Nothing in Visual Basic) .Remarks
This method only supports creation of new external definitions (shared parameters).