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




Specifies how tics and coverage features will be numbered in the Output Coverage. IDs can be offset to ensure unique ID values for Output Coverage features. The ID offset is equal to 1 plus the highest ID value in the previously appended coverages. Offsets can be calculated for the following types of IDs: (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property number_method As String
Visual Basic (Usage)Copy Code
Dim instance As Append
Dim value As String
 
instance.number_method = value
 
value = instance.number_method
C# 
public string number_method {get; set;}

See Also

© 2010 All Rights Reserved.