ExternalGeometryId
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.
Properties
Name
Description
Public Property
Id
External geometry identifier.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
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)
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.