EmbedSpace Property
The EmbedSpace property returns or sets the flag indicating whether labels should add spaces after each DMS symbol or before the hemisphere suffix. It returns a Boolean.
Syntax
object.EmbedSpace
object.EmbedSpace = EmbedSpace
Parameter |
Type |
Description |
EmbedSpace |
Boolean |
Optional; True if labels should add spaces after each DMS symbol or before hemisphere suffix; False if not. |
Example
This example demonstrates how to disable the adding of spaces after each DMS symbol/before hemisphere suffix for all labels that use this LabelFormat object.
ILabelFormat.EmbedSpace = False
Used by: LabelFormat Object