[Visual Basic .NET] Public Function GetServiceObjectCount2 ( _ ByVal VersionName As String, _ ByVal layerOrTableDescriptions As IGFSTableDescriptions, _ ByVal Geometry As IGeometry _ ) As Integer
[C#] public int GetServiceObjectCount2 ( string VersionName, IGFSTableDescriptions layerOrTableDescriptions, IGeometry Geometry );
[C++]
HRESULT GetServiceObjectCount2(
BSTR VersionName,
IGFSTableDescriptions* layerOrTableDescriptions,
IGeometry* Geometry,
long* numObjects
);
[C++]Parameters
VersionName [in] VersionName is a parameter of type BSTR layerOrTableDescriptions [in]layerOrTableDescriptions is a parameter of type IGFSTableDescriptions
Geometry [in]Geometry is a parameter of type IGeometry
numObjects [out, retval] numObjects is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.