The ExternalDefinitionCreationOptions type exposes the following members.

Constructors

  NameDescription
Public methodExternalDefinitionCreationOptions
Constructs the options using a specified name and type.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ExternalDefinitionCreationOptions
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDescription
The description of the parameter definition to be created. The description will be used as tooltip in the Revit UI including in the properties palette. The default is an empty string.
Public propertyGUID
The GUID to use for this parameter definition. If not explicitly set, a random GUID is used.
Public propertyHideWhenNoValue
This property indicates whether this parameter should be hidden from the properties palette when it doesn't have a value.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyName
The name of the parameter definition to be created.
Public propertyType
The type of the parameter definition to be created.
Public propertyUserModifiable
This property indicates whether this parameter can be modified by UI user or not.
Public propertyVisible
True if the parameter is visible to the user, false if it is hidden and accessible only via the API. The default is true.

See Also