HeroStats Libraries
DetailData.WriteTo Method 

[This is preliminary documentation and subject to change.]

Exports detail entries to a DetailsDataTable object.

[Visual Basic]
Public Sub WriteTo( _
   ByVal table As DetailsDataTable, _
   ByVal merge As Boolean _
)
[C#]
public void WriteTo(
   DetailsDataTable table,
   bool merge
);

Parameters

table
The table to write to
merge
If false, will clear the target table first. If true, will simply append the new details.

See Also

DetailData Class | HeroStats.StatsEngine Namespace