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