ArcObjects Library Reference (Carto)  

ICadastralFabricSelection.ParcelSet Property

The parcels designated for the current cadastral job.

[Visual Basic .NET]
Public Function get_ParcelSet ( _
    ByVal ParcelType As esriCadastralParcelType _
) As IFeatureIDSet
[Visual Basic .NET]
Public Sub set_ParcelSet ( _
    ByVal ParcelType As esriCadastralParcelType, _
    ByVal FeatureIDSet As IFeatureIDSet _
)
[C#]
public IFeatureIDSet get_ParcelSet (
    esriCadastralParcelType ParcelType
);
[C#]
public void set_ParcelSet (
    esriCadastralParcelType ParcelType,
    IFeatureIDSet FeatureIDSet
);
[C++]
HRESULT get_ParcelSet(
  esriCadastralParcelType ParcelType,
  IFeatureIDSet** FeatureIDSet
);
[C++]
HRESULT put_ParcelSet(
  esriCadastralParcelType ParcelType,
  IFeatureIDSet* FeatureIDSet
);
[C++]

Parameters

ParcelType [in]

  ParcelType is a parameter of type esriCadastralParcelType

FeatureIDSet [out, retval]

  FeatureIDSet is a parameter of type IFeatureIDSet

ParcelType [in]

  ParcelType is a parameter of type esriCadastralParcelType

FeatureIDSet [in]

  FeatureIDSet is a parameter of type IFeatureIDSet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Get or set the parcel selection, and type for defining the cadastral job.

The ParcelSet property can be used to retrieve or set the selection of parcels that will participate in a cadastral job. The ParcelType parameter determines whether the parcels will be 'edit' parcels or parcels that make up an area of adjustment for the job.

[C++]

See Also

ICadastralFabricSelection Interface