Creates a new IntercomRecord with the specified recordIndex.

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

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

A IntercomRecord object.