Centerline.GetBisectorEntities Method
Parent Object: CenterlineDescription
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. |