ExternalGeometryId Members


The ExternalGeometryId type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ExternalGeometryId
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets the hash code.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsValidExternalGeometryId
Checks whether a given string represents a valid ExternalGeometryId or not.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two ExternalGeometryIds are the same.
Public operatorStatic memberInequality
Determines whether two ExternalGeometryIds are different.

Properties

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

See Also