Creates a new StateRecord with the specified recordIndex.
Declaration Syntax
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
Parameters
- recordIndex (Int32)
- 1-based index of the StateRecord.
Return Value
A StateRecord object.