Enum defining the type of join for polyline segments. More...
import <Foundation/Foundation.h>
Go to the source code of this file.
Enumerations | |
enum | NCJoinType { NCJoinTypeMITER , NCJoinTypeBEVEL , NCJoinTypeROUND } |
Enum defining the type of join for polyline segments. More... | |
Enum defining the type of join for polyline segments.
Definition in file NCJoinType.h.
enum NCJoinType |
Enum defining the type of join for polyline segments.
Referenced from PolylineMapObject.
Enumerator | |
---|---|
NCJoinTypeMITER | No points added at the line join. |
NCJoinTypeBEVEL | One point added to flatten the corner of a join. |
NCJoinTypeROUND | Five points added in a fan to make a round outer join. |
Definition at line 14 of file NCJoinType.h.