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(
  VARIANT_BOOL pFlag
);
[C++]

Parameters

pFlag [out, retval]   pFlag is a parameter of type VARIANT_BOOL pFlag [in]   pFlag is a parameter of type VARIANT_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)