Show / Hide Table of Contents

Interface ISetService

Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Set")]
public interface ISetService : IAutomationService

Methods

GetCompositeSessions(ObjectId)

Declaration
CompositeSession[] GetCompositeSessions(ObjectId setId)
Parameters
Type Name Description
ObjectId setId
Returns
Type Description
CompositeSession[]

GetPrimarySession(ObjectId)

Declaration
CompositeSession GetPrimarySession(ObjectId setId)
Parameters
Type Name Description
ObjectId setId
Returns
Type Description
CompositeSession

GetSet(ObjectId)

Declaration
Set GetSet(ObjectId setId)
Parameters
Type Name Description
ObjectId setId
Returns
Type Description
Set

RemoveSet(ObjectId)

Declaration
void RemoveSet(ObjectId setId)
Parameters
Type Name Description
ObjectId setId

RenameSet(ObjectId, String)

Declaration
void RenameSet(ObjectId setId, string name)
Parameters
Type Name Description
ObjectId setId
System.String name

SetCompareMode(ObjectId, CompareModeType)

Declaration
void SetCompareMode(ObjectId setId, CompareModeType type)
Parameters
Type Name Description
ObjectId setId
CompareModeType type
In This Article
Back to top Generated by DocFX