API Reference > imodeljs-backend > Symbology > LineStyleDefinition > LineStyleDefinition.SymbolOptions LineStyleDefinition.SymbolOptions Enumeration Symbol options for location, orientation, and behavior Members Name Value Description None 0 No point symbol Origin 1 Symbol at origin of stroke End 2 Symbol at end of stroke Center 3 symbol at center of stroke CurveOrigin 4 Symbol at curve start point CurveEnd 8 Symbol at curve end point CurveVertex 16 Symbol at each vertex AdjustRotation 32 Adjust symbol rotation left->right AbsoluteRotation 64 Angle of symbol not relative to stroke direction NoScale 256 No scale on variable strokes NoClip 512 No clip on partial strokes NoPartial 1024 No partial strokes ProjectOrigin 2048 Project partial origin UseColor 16384 Use color from symbol instead of inheriting curve color UseWeight 32768 Use weight from symbol instead of inheriting curve weight Defined in core/backend/src/LineStyle.ts Line 174 Last Updated: 11 June, 2024