Gets or sets a property that determines if this layer will be drawn on a separate image than the map.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DrawSeparately As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AcetateLayer
Dim value As Boolean
instance.DrawSeparately = value
value = instance.DrawSeparately |
C# | |
---|
public bool DrawSeparately {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