ArcObjects Library Reference (Schematic)  

ISchematicNetworkDatasetBuilder.PersistManualOperations Property

Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.

[Visual Basic .NET]
Public Property PersistManualOperations As Boolean
[C#]
public bool PersistManualOperations {get; set;}
[C++]
HRESULT get_PersistManualOperations(
  VARIANT_BOOL* PersistManualOperations
);
[C++]
HRESULT put_PersistManualOperations(
  VARIANT_BOOL PersistManualOperations
);
[C++]

Parameters

PersistManualOperations [out, retval]   PersistManualOperations is a parameter of type VARIANT_BOOL PersistManualOperations [in]   PersistManualOperations is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicNetworkDatasetBuilder Interface