The feature class to which you are linking annotation features. This option is only available if you choose FEATURE_LINKED for the previous parameter. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property linked_feature_class As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImportCoverageAnnotation
Dim value As Object
instance.linked_feature_class = value
value = instance.linked_feature_class |
C# | |
---|
public object linked_feature_class {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