CartographyTools | |
CreateUnderpass Constructor(Object,Object,Object,Object,Object,Object) | |
See Also Send Feedback |
ESRI.ArcGIS.CartographyTools Namespace > CreateUnderpass Class > CreateUnderpass Constructor : CreateUnderpass 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_underpass_feature_class
- The output feature class to be created to store underpass 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)
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_underpass_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_underpass_feature_class As Object Dim out_mask_relationship_class As Object Dim instance As New CreateUnderpass(in_above_features, in_below_features, margin_along, margin_across, out_underpass_feature_class, out_mask_relationship_class) |
C# | |
---|---|
public CreateUnderpass( object in_above_features, object in_below_features, object margin_along, object margin_across, object out_underpass_feature_class, object 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_underpass_feature_class
- The output feature class to be created to store underpass 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)
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