# Interface: IDbOrdinateDimension
坐标标注实体类型接口
# Hierarchy
-
↳ IDbOrdinateDimension
# Table of contents
# Properties
- alpha
- color
- colorIndex
- definingPoint
- delete
- dimStyle
- layer
- leaderEndPoint
- lineWidth
- linetype
- linetypeScale
- matrix
- objectid
- origin
- textPosition
- typename
- useXAxis
- visibility
- xdata
# Properties
# alpha
• Optional
alpha: number
透明度. [0-255][0完全透明,255完全不透明]
Inherited from: IDbDimension.alpha
# color
• Optional
color: number
颜色.
Inherited from: IDbDimension.color
# colorIndex
• Optional
colorIndex: number
颜色索引.
Inherited from: IDbDimension.colorIndex
# definingPoint
• Optional
definingPoint: [number, number, undefined | number][]
定义点.
# delete
• Optional
delete: boolean
是否删除此实体.
Inherited from: IDbDimension.delete
# dimStyle
• Optional
dimStyle: string
标注样式.
Inherited from: IDbDimension.dimStyle
# layer
• Optional
layer: string
图层.
Inherited from: IDbDimension.layer
# leaderEndPoint
• Optional
leaderEndPoint: [number, number, undefined | number][]
引线点.
# 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
# origin
• Optional
origin: [number, number, undefined | number][]
基点.
# textPosition
• Optional
textPosition: [number, number, undefined | number][]
文字位置.
Inherited from: IDbDimension.textPosition
# typename
• Optional
typename: string
类型.
Inherited from: IDbDimension.typename
# useXAxis
• Optional
useXAxis: boolean
是否用X轴.
# visibility
• Optional
visibility: boolean
可见.
Inherited from: IDbDimension.visibility
# xdata
• Optional
xdata: string
扩展数据.
Inherited from: IDbDimension.xdata