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


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

IGraphicFeatureServer.GetServiceObjectCount Method

[Visual Basic .NET]
Public Function GetServiceObjectCount ( _
    ByVal layerOrTableDescriptions As IGFSTableDescriptions, _
    ByVal Geometry As IGeometry _
) As Integer
[C#]
public int GetServiceObjectCount (
    IGFSTableDescriptions layerOrTableDescriptions,
    IGeometry Geometry
);
[C++]
HRESULT GetServiceObjectCount(
  IGFSTableDescriptions* layerOrTableDescriptions,
  IGeometry* Geometry
);
[C++]
Parameters
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

IGraphicFeatureServer Interface