Interface ISummaryDisplayService
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("SummaryDisplay")]
public interface ISummaryDisplayService : IAutomationService
Methods
GetSnapShotFilePath(ObjectId)
Declaration
string GetSnapShotFilePath(ObjectId displayId)
Parameters
Type |
Name |
Description |
ObjectId |
displayId |
|
Returns
Type |
Description |
System.String |
|
SetSnapShotFilePath(ObjectId, String)
Declaration
void SetSnapShotFilePath(ObjectId displayId, string filePath)
Parameters
Type |
Name |
Description |
ObjectId |
displayId |
|
System.String |
filePath |
|
SnapShot(ObjectId)
Declaration
void SnapShot(ObjectId displayId)
Parameters
Type |
Name |
Description |
ObjectId |
displayId |
|