Click or drag to resize

IntercomFileCreateNewRecord Method

Creates a new IntercomRecord with the specified recordIndex.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected override IntercomRecord CreateNewRecord(
	int recordIndex
)
View Source

Parameters

recordIndex  Int32
1-based index of the IntercomRecord.

Return Value

IntercomRecord
A IntercomRecord object.
See Also