ITemporaryGraphicsHandler
Description:
Interface class for external server of .
Interface class for external server of .
public interface ITemporaryGraphicsHandler : IExternalServer
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetDescription() | String | Implement this method to return a description of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetName() | String | Implement this method to return the name of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetServerId() | Guid | Implement this method to return the id of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetServiceId() | ExternalServiceId | Implement this method to return the id of the service. (Inherited from IExternalServer ) | IExternalServer |
| GetVendorId() | String | Implement this method to return the id of the vendor of the server. (Inherited from IExternalServer ) | IExternalServer |
| OnClick(TemporaryGraphicsCommandData) | None | Handles mouse click event on a given temporary graphics object managed by TemporaryGraphicsManager . |