ExternalGeometryId Class


External Geometry Id Class

This class represents an identifier for geometry from external sources.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB ExternalGeometryId

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ExternalGeometryId : IDisposable

The ExternalGeometryId type exposes the following members.

Constructors
Name Description
Public method ExternalGeometryId Constructs an ExternalGeometryId object holding the given external geometry identifier.
Top
Properties
Name Description
Public property Id External geometry identifier.
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
Name Description
Public method Dispose Releases all resources used by the ExternalGeometryId
Public method Equals Determines whether the specified Object is equal to the current Object .
(Overrides Object Equals(Object) )
Public method GetHashCode Gets the hash code.
(Overrides Object GetHashCode )
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method Static member IsValidExternalGeometryId Checks whether a given string represents a valid ExternalGeometryId or not.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
Operators
Name Description
Public operator Static member Equality(ExternalGeometryId, ExternalGeometryId) Determines whether two ExternalGeometryIds are the same.
Public operator Static member Inequality(ExternalGeometryId, ExternalGeometryId) Determines whether two ExternalGeometryIds are different.
Top
See Also