# Interface: IDbArcDimension
圆弧标注实体类型接口
# Hierarchy
-
↳ IDbArcDimension
# Table of contents
# Properties
- alpha
- arcPoint
- arcSymbolType
- centerPoint
- color
- colorIndex
- delete
- dimStyle
- layer
- lineWidth
- linetype
- linetypeScale
- matrix
- objectid
- textPosition
- typename
- visibility
- xLine1Point
- xLine2Point
- xdata
# Properties
# alpha
• Optional
alpha: number
透明度. [0-255][0完全透明,255完全不透明]
Inherited from: IDbDimension.alpha
# arcPoint
• Optional
arcPoint: [number, number, undefined | number][]
圆弧点.
# arcSymbolType
• Optional
arcSymbolType: number
文本中使用的弧符号的类型。 0 弧符号在文本前面; 1 弧线符号在文字上方; 2 没有符号.
# centerPoint
• Optional
centerPoint: [number, number, undefined | number][]
中心点.
# color
• Optional
color: number
颜色.
Inherited from: IDbDimension.color
# colorIndex
• Optional
colorIndex: number
颜色索引.
Inherited from: IDbDimension.colorIndex
# delete
• Optional
delete: boolean
是否删除此实体.
Inherited from: IDbDimension.delete
# dimStyle
• Optional
dimStyle: string
标注样式.
Inherited from: IDbDimension.dimStyle
# layer
• Optional
layer: string
图层.
Inherited from: IDbDimension.layer
# lineWidth
• Optional
lineWidth: number
线宽.
Inherited from: IDbDimension.lineWidth
# linetype
• Optional
linetype: string
线型.
Inherited from: IDbDimension.linetype
# linetypeScale
• Optional
linetypeScale: number
线型比例.
Inherited from: IDbDimension.linetypeScale
# matrix
• Optional
matrix: IDbMatrixOp[]
矩阵.
Inherited from: IDbDimension.matrix
# objectid
• Optional
objectid: string
实体句柄,如传了实体句柄,是表示修改此实体.
Inherited from: IDbDimension.objectid
# textPosition
• Optional
textPosition: [number, number, undefined | number][]
文字位置.
Inherited from: IDbDimension.textPosition
# typename
• Optional
typename: string
类型.
Inherited from: IDbDimension.typename
# visibility
• Optional
visibility: boolean
可见.
Inherited from: IDbDimension.visibility
# xLine1Point
• Optional
xLine1Point: [number, number, undefined | number][]
线1点.
# xLine2Point
• Optional
xLine2Point: [number, number, undefined | number][]
线2点.
# xdata
• Optional
xdata: string
扩展数据.
Inherited from: IDbDimension.xdata