Specifies whether to create masks for unplaced annotation. This option is only used when masking geodatabase annotation layers.
ALL_FEATURES: Creates masks for all the annotation features. ONLY_PLACED: Only creates masks for features with a status of placed. (In, Required)
Syntax
Visual Basic (Declaration) | |
---|
Public Property mask_for_non_placed_anno As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IntersectingLayersMasks
Dim value As String
instance.mask_for_non_placed_anno = value
value = instance.mask_for_non_placed_anno |
C# | |
---|
public string mask_for_non_placed_anno {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