IFCExternalServiceUIData
Description:
UI data wrapper for IFCExternalServiceUIData.
UI data wrapper for IFCExternalServiceUIData.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.IFCExternalServiceUIData
System.Object
Autodesk.Revit.UI.IFCExternalServiceUIData
public class IFCExternalServiceUIData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the IFCExternalServiceUIData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetParentHwnd() | IntPtr | return the parent handle | |
| GetRevitElementIds() | IList<ElementId> | return the list of revit Element Ids | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Document | Document | return the document | |
| IsReset | bool | flag to indicate the value has been reset | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| ParamId | ElementId | the parameter id | |
| SelectedIFCItem | string | The selected IFC Item (can be IFC Entity, or PredefinedType) |