Share

Centerline.GetBisectorEntities Method

Parent Object: Centerline

Description

Returns the two entities that the centerline bisects. This method is only valid for kBisectorCenterline type centerlines and will fail in all other cases.

Syntax

Centerline.GetBisectorEntities( EntityOne As GeometryIntent, EntityTwo As GeometryIntent )

Parameters

Name Type Description
EntityOne GeometryIntent Output GeometryIntent object that provides the first entity.
EntityTwo GeometryIntent Output GeometryIntent object that provides the second entity.

Version

Introduced in version 2010

Was this information helpful?