RVTDocs.com
Namespace: Autodesk.Revit.DB

ExternalGeometryId

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