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




Default number of destinations to find for each origin. The default can be overridden by specifying a value for the TargetDestinationCount property on the origins. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.