2026 Class
Changes 2
C

ExternalGeometryId

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