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




Random points will be generated inside or along the features in this feature class. The constraining feature class can be geometry type point, multipoint, line, or polygon. Points will randomly be placed inside polygon features, along line features, or at point feature locations. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property constraining_feature_class As Object
Visual Basic (Usage)Copy Code
Dim instance As CreateRandomPoints
Dim value As Object
 
instance.constraining_feature_class = value
 
value = instance.constraining_feature_class
C# 
public object constraining_feature_class {get; set;}

See Also

© 2010 All Rights Reserved.