ArcObjects Library Reference  (Geoprocessing)    

IGPTableView.FIDSet Property

The selection set of the table view.

[Visual Basic 6.0]
Property FIDSet As IFIDSet
[Visual Basic .NET]
Public Property FIDSet As IFIDSet
[C#]
public IFIDSet FIDSet {get; set;}
[Java]
public IFIDSet getFIDSet()
throws
    IOException,
    AutomationException
[Java]
public void setFIDSetByRef(
IFIDSet pFIDSet
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FIDSet(
  IFIDSet** ppFIDSet
);
[C++]
HRESULT putref_FIDSet(
  IFIDSet* ppFIDSet

);

[C++]

Parameters

ppFIDSet [out, retval]

  ppFIDSet is a parameter of type IFIDSet

ppFIDSet [in]

  ppFIDSet is a parameter of type IFIDSet

Product Availability

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

See Also

IGPTableView Interface

 


Feedback Send feedback on this page