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


ISchematicStandardBuilder.PersistManualOperations Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicStandardBuilder Interface > ISchematicStandardBuilder.PersistManualOperations Property
ArcGIS Developer Help

ISchematicStandardBuilder.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(
  Boolean* PersistManualOperations
);
[C++]
Parameters
PersistManualOperations [in]

PersistManualOperations is a parameter of type bool PersistManualOperations [out, retval]
PersistManualOperations is a parameter of type bool*

Product Availability

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

See Also

ISchematicStandardBuilder Interface