Table of Contents

Method GetFieldDescriptorById

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

GetFieldDescriptorById(FieldDescriptorID)

Retrieves the field descriptor with the specified ID.

public FieldDescriptor GetFieldDescriptorById(FieldDescriptorID id)

Parameters

id FieldDescriptorID

The field descriptor ID.

Returns

FieldDescriptor

The field descriptor that corresponds with the specified ID or null if no field descriptor with the specified ID was found.