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




Random points will be generated inside the extent. The constraining extent will only be used if no constraining feature class is specified. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.