Table of Contents

Method GetDefinitionById

Namespace
Skyline.DataMiner.Utils.DOM
Assembly
Skyline.DataMiner.Utils.DOM.dll

GetDefinitionById(Guid)

Retrieves a DOM definition by its unique ID.

public DomDefinition GetDefinitionById(Guid id)

Parameters

id Guid

The unique ID of the DOM definition.

Returns

DomDefinition

The Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition with the specified ID.