Namespace:
Autodesk.Revit.UI
ITemporaryGraphicsHandler
Interface
Description:
Interface class for external server of .
Interface class for external server of .
ITemporaryGraphicsHandler 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 |
OnClick | Handles mouse click event on a given temporary graphics object managed by TemporaryGraphicsManager . |