SymbolOrigin Property

SymbolOrigin returns or sets the symbol origin. Returns a SrfVecSymOrg.

Syntax

object.SymbolOrigin

object.SymbolOrigin = Org

Parameter

Type

Description

Org

SrfVecSymOrg

required

Example 1

This example demonstrates how to return the origin of a vector symbol.

Debug.Print VectorLayer.SymbolOrigin

Example 2

This example demonstrates how to set the origin of a vector symbol.

VectorLayer.SymbolOrigin = srfOrgHead

Used by: VectorLayer Object