CartographyTools
CreateOverpass Constructor(Object,Object,Object,Object,Object,Object)
See Also  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace > CreateOverpass Class > CreateOverpass Constructor : CreateOverpass Constructor(Object,Object,Object,Object,Object,Object)




in_above_features
in_below_features
margin_along
Sets the margin along the upper level feature in page units. A margin value must be specified, and it must be greater than zero. You can choose a page unit for the specified margin; the default is Points. (In, Required)
margin_across
Sets the margin across the upper level feature in page units. A margin value must be specified, and it must be greater than zero. You can choose a page unit for the specified margin; the default is Points. (In, Required)
out_overpass_feature_class
The output feature class to be created to store overpass polygons. (Out, Required)
out_mask_relationship_class
The output relationship class to be created to store links between masks and the features to be masked out. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_above_features As Object, _
   ByVal in_below_features As Object, _
   ByVal margin_along As Object, _
   ByVal margin_across As Object, _
   ByVal out_overpass_feature_class As Object, _
   ByVal out_mask_relationship_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_above_features As Object
Dim in_below_features As Object
Dim margin_along As Object
Dim margin_across As Object
Dim out_overpass_feature_class As Object
Dim out_mask_relationship_class As Object
 
Dim instance As New CreateOverpass(in_above_features, in_below_features, margin_along, margin_across, out_overpass_feature_class, out_mask_relationship_class)

Parameters

in_above_features
in_below_features
margin_along
Sets the margin along the upper level feature in page units. A margin value must be specified, and it must be greater than zero. You can choose a page unit for the specified margin; the default is Points. (In, Required)
margin_across
Sets the margin across the upper level feature in page units. A margin value must be specified, and it must be greater than zero. You can choose a page unit for the specified margin; the default is Points. (In, Required)
out_overpass_feature_class
The output feature class to be created to store overpass polygons. (Out, Required)
out_mask_relationship_class
The output relationship class to be created to store links between masks and the features to be masked out. (Out, Required)

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.