Share

Centerlines.AddBisector Method

Parent Object: Centerlines

Description

Method that creates a new bisector centerline. The centerline created with this method is kBisectorCenterline type.

Syntax

Centerlines.AddBisector( EntityOne As GeometryIntent, EntityTwo As GeometryIntent, [CentermarkStyle] As Variant, [Layer] As Variant ) As Centerline

Parameters

Name Type Description
EntityOne GeometryIntent Input GeometryIntent that defines the first entity to bisect. This can be a line or a circular entity.
EntityTwo GeometryIntent Input GeometryIntent that defines the second entity to bisect. If the first entity was a line then this must also be a line. If the first entity was a circular entity then this must be a circular entity that is concentric to the first entity.
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.

Version

Introduced in version 2009

Was this information helpful?