Show / Hide Table of Contents

Interface ISummaryDisplayServiceClient

Namespace: MAT.Atlas.Automation.Client.Services.Interface
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
In This Article
Back to top Generated by DocFX