ExternalDataManagerDataItemId Class

Unique identifier of an external data manager data item.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.UIExternalDataManagerDataItemId

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class ExternalDataManagerDataItemId : IDisposable

The ExternalDataManagerDataItemId type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyId The identity of the data item.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ExternalDataManagerDataItemId
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Each external data manager data item must have a unique 64-bit integer ID. Unique ID should be created using appropriate generation mechanism.
See Also