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 |
|---|---|---|
| ExternalGeometryId(String) | None | Constructs an ExternalGeometryId object holding the given external geometry identifier. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| op_Equality(ExternalGeometryId, ExternalGeometryId) | bool | Determines whether two ExternalGeometryIds are the same. |
| Equals(Object) | bool | Determines whether the specified is equal to the current . |
| GetHashCode() | int | Gets the hash code. |
| op_Inequality(ExternalGeometryId, ExternalGeometryId) | bool | Determines whether two ExternalGeometryIds are different. |
| IsValidExternalGeometryId(String) | bool | Checks whether a given string represents a valid ExternalGeometryId or not. |
| Name | Return Type | Description |
|---|---|---|
| Id | string | External geometry identifier. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |