DataManagementTools
constraining_feature_class Property
See Also  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace > CreateRandomPoints Class : constraining_feature_class Property




The feature class which contains the features into which the random points will be placed. If a polygon feature class is specified, points will be randomly placed into the polygons. If a line feature class is specified, points will be randomly placed along the lines. (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;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.