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


IJobManager2.InitialEditParcels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IJ > IJobManager2 Interface > IJobManager2.InitialEditParcels Property
ArcGIS Developer Help

IJobManager2.InitialEditParcels Property

Initial edit parcels before the dialog job dialog was opened.

[Visual Basic .NET]
Public Sub InitialEditParcels ( _
    ByRef ppEditParcelIDs As IFeatureIDSet _
)
[C#]
public void InitialEditParcels (
    ref IFeatureIDSet ppEditParcelIDs
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJobManager2 Interface