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


ICadastralEditorPage.OnApply Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralEditorPage Interface > ICadastralEditorPage.OnApply Method
ArcGIS Developer Help

ICadastralEditorPage.OnApply Method

Apply the Edited values.

[Visual Basic .NET]
Public Sub OnApply ( _
)
[C#]
public void OnApply (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Apply the Edited values to new constructions/parcels etc.

See Also

ICadastralEditorPage Interface