ESRI.ArcGIS.Geoprocessor
ParameterCount Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : ParameterCount Property




Return the number of input command line or script tool parameters.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ParameterCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim value As Integer
 
value = instance.ParameterCount
C# 
public int ParameterCount {get;}

See Also

© 2010 All Rights Reserved.