ExternalGeometryId
Description:
This class represents an identifier for geometry from external sources.
This class represents an identifier for geometry from external sources.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExternalGeometryId
System.Object
Autodesk.Revit.DB.ExternalGeometryId
public class ExternalGeometryId : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ExternalGeometryId(String) | None | Constructs an ExternalGeometryId object holding the given external geometry identifier. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the ExternalGeometryId | |
| Equals(Object) | Boolean | Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) ) | |
| GetHashCode() | Int32 | Gets the hash code. (Overrides Object . GetHashCode () ) | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsValidExternalGeometryId(String) | Boolean | Checks whether a given string represents a valid ExternalGeometryId or not. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equality(ExternalGeometryId, ExternalGeometryId) | Boolean | Determines whether two ExternalGeometryIds are the same. | |
| Inequality(ExternalGeometryId, ExternalGeometryId) | Boolean | Determines whether two ExternalGeometryIds are different. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Id | string | External geometry identifier. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |