ForgeTypeId
Description:
This class holds a string that uniquely identifies a Forge schema.
This class holds a string that uniquely identifies a Forge schema.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ForgeTypeId
System.Object
Autodesk.Revit.DB.ForgeTypeId
public class ForgeTypeId : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ForgeTypeId() | None | Constructs a ForgeTypeId holding an empty schema identifier. |
| ForgeTypeId(String) | None | Constructs a ForgeTypeId holding the given schema identifier. |
| Name | Return Type | Description |
|---|---|---|
| Clear() | ForgeTypeId | Sets the typeId to an empty string |
| Dispose() | None | Releases all resources used by the |
| Empty() | bool | Checks if the typeId is an empty string |
| op_Equality(ForgeTypeId, ForgeTypeId) | bool | |
| Equals(Object) | bool | Determines whether this ForgeTypeId is equal to another. |
| GetHashCode() | int | Returns the hash code for this ForgeTypeId |
| op_Inequality(ForgeTypeId, ForgeTypeId) | bool | |
| op_LessThan(ForgeTypeId, ForgeTypeId) | bool | |
| NameEquals(ForgeTypeId) | bool | Returns true if the typeid string held by this ForgeTypeId is equal to that held by the given ForgeTypeId, excluding the version number. The version number of a typeid string follows a hyphen character. |
| StrictlyEquals(ForgeTypeId) | bool | Returns true if the entire typeid string held by this ForgeTypeId is exactly equal to that held by the given ForgeTypeId. For the default equality comparison used by the equality operator (==), see NameEquals(ForgeTypeId). |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| TypeId | string | The schema identifier. |