UserPattern (Object)

Represents the user pattern.
The shape is copied along user's positions.

Properties


Property AnchorPoint() As
Returns the anchor point of the user pattern.
Example:
The following example returns in anchor the anchor point of the Pattern firstPattern:
 Set anchor = firstPattern.AnchorPoint
 
Property FeatureToLocatePositions() As (Read Only)
Returns the collection of feature to locate instances.
Example:
The following example returns in list the list of feature to locate instances of the Pattern firstPattern:
 Set list = firstPattern.FeatureToLocatePositions
 

Methods


Sub AddFeatureToLocatePositions( iFeatureToLocatePositions)
Adds a new feature to locate instances.
Parameters:
iFeatureToLocatePositions
The new object containing points of positioning
Example:
The following example adds the new feature feature to locate instances of the Pattern firstPattern:
 call firstPattern.AddFeatureToLocatePositions(object)