2027 Class
Changes 8
C

ExternalDataManagerDataItemId

Description:
Unique identifier of an external data manager data item.
Remarks:
Each external data manager data item must have a unique 64-bit integer ID. Unique ID should be created using appropriate generation mechanism.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.ExternalDataManagerDataItemId
public class ExternalDataManagerDataItemId : IDisposable
Name Return Type Description Inherited From
C ExternalDataManagerDataItemId(ExternalDataManagerDataItemId) None Create a copy of the object.
C ExternalDataManagerDataItemId(Int64) None Constructor
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ExternalDataManagerDataItemId
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Id long The identity of the data item.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.