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


ISchematicNetworkDatasetBuilder.PersistManualOperations Property (ArcObjects .NET 10.4 SDK)
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