IFCData
Description:
A specialized type of abstract data block that can represent any data type.
A specialized type of abstract data block that can represent any data type.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCData
System.Object
Autodesk.Revit.DB.IFC.IFCData
public class IFCData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IFCData(IFCData) | None | Creates a copy object. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AsAggregate() | IFCAggregate | Gets storage value as IFCAggregate when its PrimitiveType is aggregate. | |
| AsBoolean() | Boolean | Gets storage value as boolean when its PrimitiveType is boolean. | |
| AsDouble() | Double | Gets storage value as double when its PrimitiveType is double. | |
| AsInstance() | IFCAnyHandle | Gets storage value as IFCAnyHandle when its PrimitiveType is instance. | |
| AsInteger() | Int32 | Gets storage value as integer when its PrimitiveType is integer. | |
| AsLogical() | IFCLogical | Gets storage value as IFCLogical when its PrimitiveType is logical. | |
| AsString() | String | Gets storage value as string when its PrimitiveType is string, binary or enumeration. | |
| CreateBinary(String) | IFCData | Creates a binary data object. | |
| CreateBoolean(Boolean) | IFCData | Creates a boolean data object. | |
| CreateBooleanOfType(Boolean, String) | IFCData | Creates a boolean data object of the specified type. | |
| CreateDouble(Double) | IFCData | Creates a double data object. | |
| CreateDoubleOfType(Double, String) | IFCData | Creates a double data object of the specified type. | |
| CreateEnumeration(String) | IFCData | Creates a enum data object. | |
| CreateIFCAggregate(IFCAggregate) | IFCData | Creates an IFCAggregate data object. | |
| CreateIFCAnyHandle(IFCAnyHandle) | IFCData | Creates an IFCAnyHandle data object. | |
| CreateInteger(Int32) | IFCData | Creates an integer data object. | |
| CreateIntegerOfType(Int32, String) | IFCData | Creates an integer data object of the specified type. | |
| CreateLogical(IFCLogical) | IFCData | Creates a logical data object. | |
| CreateLogicalOfType(IFCLogical, String) | IFCData | Creates a logical data object of the specified type. | |
| CreateString(String) | IFCData | Creates a string data object. | |
| CreateStringOfType(String, String) | IFCData | Creates a string data object of the specified type. | |
| Dispose() | None | Releases all resources used by the IFCData | |
| Equals(Object) | Boolean | Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) ) | |
| GetHashCode() | Int32 | Gets the hash code. (Overrides Object . GetHashCode () ) | |
| GetSimpleType() | String | Gets the IFC type name. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| GetTypeList() | IList<String> | Gets the multiple strings represent one IFC type name. | |
| HasSimpleType() | Boolean | Determines if there is one corresponding IFC type. | |
| SetSimpleType(String) | None | Sets the corresponding IFC type by its name. | |
| SetTypeList(IList<String>) | None | ||
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equality(IFCData, IFCData) | Boolean | Determines whether two IFCDatas are the same. | |
| Inequality(IFCData, IFCData) | Boolean | Determines whether two IFCDatas are different. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| HasValue | bool | Identifies if the data is empty or contains a value. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| PrimitiveType | IFCDataPrimitiveType | The primitive data type. |