Choose whether the output annotation feature class will be linked to the features in another feature class. The feature-linked option is not available with an ArcView license. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property feature_linked As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImportCoverageAnnotation
Dim value As String
instance.feature_linked = value
value = instance.feature_linked |
C# | |
---|
public string feature_linked {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