Creates a new StateRecord with the specified recordIndex.

C# | Visual Basic | Visual C++ |
protected override StateRecord CreateNewRecord( int recordIndex )
Protected Overrides Function CreateNewRecord ( _ recordIndex As Integer _ ) As StateRecord
protected: virtual StateRecord^ CreateNewRecord( int recordIndex ) override

- recordIndex (Int32)
- 1-based index of the StateRecord.

A StateRecord object.