ParameterDownloadOptions Members


The ParameterDownloadOptions type exposes the following members.

Constructors

  NameDescription
Public methodParameterDownloadOptions
Default constructor.
Public methodParameterDownloadOptions(ISetElementId, Boolean, Boolean, ForgeTypeId)
Creates a new ParameterDownloadOptions instance. Category bindings are represented by an ElementIdSet populated with category identifiers.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ParameterDownloadOptions
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCategories
Get categories for binding.
Public methodGetGroupTypeId
Get properties palette group identifier.
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 methodSetCategories
Set categories for binding.
Public methodSetGroupTypeId
Set properties palette group identifier.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsInstance
True if binding to Element instances, false if binding to Element types.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyVisible
True if the parameter is visible to the user, false if it is hidden and accessible only via the API.

See Also