Click or drag to resize

MetadataFileCreateNewRecord Method

Creates a new MetadataRecord with the specified recordIndex.

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

Parameters

recordIndex  Int32
1-based index of the MetadataRecord.

Return Value

MetadataRecord
A MetadataRecord object.
See Also