This document is archived and information here might be outdated.  Recommended version.


INAClass.SaveRowsOnPersist Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAClass.SaveRowsOnPersist Property

Indicates if rows are stored with the map document.

[Visual Basic .NET]
Public Property SaveRowsOnPersist As Boolean
[C#]
public bool SaveRowsOnPersist {get; set;}
[C++]
HRESULT get_SaveRowsOnPersist(
  VARIANT_BOOL pFlag
);
[C++]
HRESULT put_SaveRowsOnPersist(
  Boolean* pFlag
);
[C++]

Parameters pFlag [in]
pFlag is a parameter of type bool pFlag [out, retval]
pFlag is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

SaveRowsOnPersist specifies if the rows in the NAClass should be saved in the stream when IPersistStream::Save is called.

See Also

INAClass Interface

.NET Samples

Add a traversal result to the map (Code Files: AddTraversalResultsToMap)