Share

Centerlines.AddCenteredPattern Method

Parent Object: Centerlines

Description

Method that creates a new centerline pattern. The centerline created with this method is kCenteredPatternCenterline type.

Syntax

Centerlines.AddCenteredPattern( PatternCenter As GeometryIntent, CenterEntities As ObjectCollection, [CentermarkStyle] As Variant, [Layer] As Variant, [Closed] As Boolean ) As Centerline

Parameters

Name Type Description
PatternCenter GeometryIntent Input GeometryIntent that defines the a circular or elliptical drawing curve that defines the center of the pattern.
CenterEntities ObjectCollection Input ObjectCollection object that contains the set of entities that define the points the centerline passes through. Valid objects for input are GeometryIntent objects that reference circular or elliptical drawing curves, and center marks.
CentermarkStyle Variant Object that specifies the center mark style to use for the centerline. If not specified, the style defined by the active standard is used.

This is an optional argument whose default value is null.
Layer Variant Object that specifies the layer to use for the centerline. If not specified, the layer defined by the active standard is used.

This is an optional argument whose default value is null.
Closed Boolean Input Boolean that indicates if the centerline should be closed or not.

This is an optional argument whose default value is False.

Version

Introduced in version 2010

Was this information helpful?