# Class: DbLayer

default.DbLayer

DbLayer 图层.

# Table of contents

# Constructors

# Properties

# Constructors

# constructor

+ new DbLayer(prop?: IDbLayer): DbLayer

构造函数

# Parameters
Name Type Default value
prop IDbLayer {}

Returns: DbLayer

# Properties

# color

Optional color: number

图层颜色索引.


# linetype

Optional linetype: string

图层线型,缺省 CONTINUOUS .


# name

Optional name: string

图层名称.

vjmap / Exports / default / DbLine