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


IGraphicFeatureServer2.GetServiceObjectCount2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServer2 Interface > IGraphicFeatureServer2.GetServiceObjectCount2 Method
ArcGIS Developer Help

IGraphicFeatureServer2.GetServiceObjectCount2 Method

[Visual Basic .NET]
Public Function GetServiceObjectCount2 ( _
    ByVal gdbVersion As String, _
    ByVal layerOrTableDescriptions As IGFSTableDescriptions, _
    ByVal Geometry As IGeometry _
) As Integer
[C#]
public int GetServiceObjectCount2 (
    string gdbVersion,
    IGFSTableDescriptions layerOrTableDescriptions,
    IGeometry Geometry
);
[C++]
HRESULT GetServiceObjectCount2(
  BSTR gdbVersion,
  IGFSTableDescriptions* layerOrTableDescriptions,
  IGeometry* Geometry
);
[C++]
Parameters
gdbVersion [in]

gdbVersion is a parameter of type BSTR layerOrTableDescriptions [in]
layerOrTableDescriptions is a parameter of type IGFSTableDescriptions* Geometry [in]
Geometry is a parameter of type IGeometry*

Product Availability

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

See Also

IGraphicFeatureServer2 Interface