The coverage annotation features that you want to convert to geodatabase annotation. If you choose a coverage annotation layer in ArcMap, the following properties of that layer will be honored during the conversion: (In, Required)
Syntax
Visual Basic (Declaration) | |
---|
Public Property input_features As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImportCoverageAnnotation
Dim value As Object
instance.input_features = value
value = instance.input_features |
C# | |
---|
public object input_features {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