网络特性属性

摘要

追踪网络中的 networkAttributes 对象支持下列属性。

属性

属性说明数据类型
assignments
(只读)

assignments 对象。该对象可用于检索网络属性分配的属性。

Object
bitPosition
(只读)

网络属性的位占位值。

Integer
bitSize
(只读)

网络属性的位大小值。

Integer
dataType
(只读)

网络属性的数据类型 - 例如,整型或双精度型。

String
edgeWeightID
(只读)

网络属性的边权重 ID 值。

Integer
fieldType
(只读)

网络属性字段的数据类型 - 例如,短整型或长整型、双精度型或日期。

String
isApportionable
(只读)

描述网络属性是否可分配的布尔值。

  • True - 网络属性可分配。
  • False - 网络属性不可分配。

Boolean
ID
(只读)

网络属性的 ID。

Integer
isEmbedded
(只读)

描述网络属性是否可嵌入的布尔值。

  • True - 网络属性可嵌入。
  • False - 网络属性不可嵌入。

Boolean
junctionWeightID
(只读)

网络属性的交汇点权重 ID 值。

Integer
name
(只读)

网络属性的名称。

String
usageType
(只读)

网络属性的使用类型。

String

在本主题中