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 |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetParentHwnd() | IntPtr | return the parent handle |
| GetRevitElementIds() | IList<ElementId> | return the list of revit Element Ids |
| Name | Return Type | Description |
|---|---|---|
| Document | Document | return the document |
| IsReset | bool | flag to indicate the value has been reset |
| IsValidObject | bool | 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) |