Share

ExternalGeometryId 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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class ExternalGeometryId : IDisposable

The ExternalGeometryId type exposes the following members.

Constructors

 NameDescription
Public methodExternalGeometryId Constructs an ExternalGeometryId object holding the given external geometry identifier.

Properties

 NameDescription
Public propertyId External geometry identifier.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the ExternalGeometryId
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object))
Public methodGetHashCode Gets the hash code.
(Overrides Object.GetHashCode())
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsValidExternalGeometryId Checks whether a given string represents a valid ExternalGeometryId or not.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

Operators

 NameDescription
Public operatorStatic memberEquality(ExternalGeometryId, ExternalGeometryId)Determines whether two ExternalGeometryIds are the same.
Public operatorStatic memberInequality(ExternalGeometryId, ExternalGeometryId)Determines whether two ExternalGeometryIds are different.

See Also

Reference

Was this information helpful?