Namespace:
Autodesk.Revit.UI
IIFCEntityTreeUIServer
Interface
Description:
The interface used to provide UI on IFC Entity selection.
The interface used to provide UI on IFC Entity selection.
IIFCEntityTreeUIServer Interface Members:
Name | Description | Inherited From |
---|---|---|
GetDescription | Implement this method to return a description of the server. (Inherited from IExternalServer ) | IExternalServer |
GetName | Implement this method to return the name of the server. (Inherited from IExternalServer ) | IExternalServer |
GetServerId | Implement this method to return the id of the server. (Inherited from IExternalServer ) | IExternalServer |
GetServiceId | Implement this method to return the id of the service. (Inherited from IExternalServer ) | IExternalServer |
GetVendorId | Implement this method to return the id of the vendor of the server. (Inherited from IExternalServer ) | IExternalServer |
ShowDialog | Shows dialog on managing IFCEntityTreeUI. |