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




The feature class in the output coverage. This must be the same as that of the input feature class, with this exception: When the input feature class is an Anno, Route, Section, or Region subclass and the output coverage is the same as the Input coverage, the output feature class must have a different subclass name. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.