Table of Contents

Method FindInstance

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

FindInstance(int)

Looks up a concrete instance by id.

public NumberingInstance? FindInstance(int numberingId)

Parameters

numberingId int

The instance id.

Returns

NumberingInstance

The instance, or null.