Interface ISetService
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Set")]
public interface ISetService : IAutomationService
Methods
GetCompositeSessions(ObjectId)
Declaration
CompositeSession[] GetCompositeSessions(ObjectId setId)
Parameters
Returns
GetPrimarySession(ObjectId)
Declaration
CompositeSession GetPrimarySession(ObjectId setId)
Parameters
Returns
GetSet(ObjectId)
Declaration
Set GetSet(ObjectId setId)
Parameters
Returns
RemoveSet(ObjectId)
Declaration
void RemoveSet(ObjectId setId)
Parameters
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