SymbolPosOffsetType Property

 

The SymbolPosOffsetType property returns or sets the Centroid offset type for a symbol map. Returns a MVPosOffsetType.

 

Syntax

object.SymbolPosOffsetType

object.SymbolPosOffsetType = PosOffsetType

 

Parameter

Type

Description

PosOffsetType

MVPosOffsetType

required; offset type

 

Remarks

If you select user defined (mvPosOffsetUser), use SymbolPosXOffset Property and SymbolPosYOffset Property to set the offset amounts.

 

Example 1

This example returns the offset type.

 

Debug.Print SymbolMap.SymbolPosOffsetType

 

Example 2

This example sets the symbols below the object centroids.

 

SymbolMap.SymbolPosOffsetType = mvPosOffsetBelow

 

Used by: SymbolMap object