Share

Definitions.Create Method

Creates a new parameter definition using specified options.


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

Syntax

C#

public Definition Create(
	ExternalDefinitionCreationOptions option
)

Parameters

option  ExternalDefinitionCreationOptions
The options used to create the new parameter definition.

Return Value

Definition
If successful a reference to the new parameter definition is returned, otherwise null.

Remarks

This method only supports creation of new external definitions (shared parameters).

See Also

Reference

Was this information helpful?