ExternalDataManagerDataItemId
Description:
Unique identifier of an external data manager data item.
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.
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
System.Object
Autodesk.Revit.UI.ExternalDataManagerDataItemId
public class ExternalDataManagerDataItemId : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ExternalDataManagerDataItemId(ExternalDataManagerDataItemId) | None | Create a copy of the object. | |
| ExternalDataManagerDataItemId(Int64) | None | Constructor |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the ExternalDataManagerDataItemId | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Id | long | The identity of the data item. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |