CogOCFontModels Insert Method Cognex VisionPro 9.20
Inserts the given item at the specified index.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 80.0.0.0
Syntax

public virtual void Insert(
	CogOCFontModel value,
	int index
)

Parameters

value
Type: Cognex.VisionPro.OC CogOCFontModel
The item to be inserted.
index
Type: System Int32
The index at which to insert the item.
See Also