The parcels designated for the current cadastral job.
[Visual Basic 6.0] Property ParcelSet(
ByVal ParcelType As esriCadastralParcelType _
) As IFeatureIDSet
[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 );
[Java] public getParcelSet ( esriCadastralParcelType ParcelType, IFeatureIDSet FeatureIDSet )
[Java] public void setParcelSet( esriCadastralParcelType ParcelType, IFeatureIDSet FeatureIDSet ) throws IOException, AutomationException
[C++] HRESULT get_ParcelSet( esriCadastralParcelType ParcelType, IFeatureIDSet** FeatureIDSet );
[C++] HRESULT put_ParcelSet( esriCadastralParcelType ParcelType, IFeatureIDSet* FeatureIDSet);
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