Interface ISummaryDisplayServiceClient
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface ISummaryDisplayServiceClient
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 |
|