Vertex Attributes
Use the vertices data type to control the appearance of devices in your map, such as the device's color, label, shape, or font.
Use the following attributes with the following table specification in line 1:
table=vertices
- Fields marked with an asterisk (*) are required.
- Fields marked with an plus sign (+) can be updated during import.
Field Name | Description |
---|---|
MapName | Type: TEXT Access: READ-ONLY Attributes: none Description: Name of the map file containing the vertex. |
Id | Type: TEXT Access: READ-ONLY Attributes: INDEX Description: A unique, persistent identifier for this vertex instance. The id will be unique across all maps on a single Intermapper server. |
Name | Type: TEXT Access: READ-ONLY Attributes: none Description: The name of the vertex. The name is the first non-empty line in a device or network's label on a map. |
Color + | Type: TEXT Access: READ-WRITE Attributes: none Description: Color (valid names: white, black, red, orange, yellow, blue, green, brown) |
FontName + | Type: TEXT Access: READ-WRITE Attributes: none Description: Font name, eg. Bodoni MT |
FontSize + | Type: INTEGER Access: READ-WRITE Attributes: none Description: Font size in points. |
FontStyle + | Type: TEXT Access: READ-WRITE Attributes: none Description: Font style (bold, italic, plain) |
Label | Type: TEXT Access: READ-ONLY Attributes: none Description: Vertex label. |
LabelPosition + | Type: TEXT Access: READ-WRITE Attributes: none Description: Label position. Valid values are topleft, top, topright, left, center, right, bottomleft, bottom, bottomright |
LabelTemplate + | Type: TEXT Access: READ-WRITE Attributes: none Description: Vertex label template. |
LabelVisible + | Type: BOOLEAN Access: READ-WRITE Attributes: none Description: True if the vertex label is visible (only used when the device is represented by an icon) |
MapId | Type: TEXT Access: READ-ONLY Attributes: none Description: The unique Id of the map file containing the vertex. |
Origin + | Type: TEXT Access: READ-WRITE Attributes: none Description: The origin determines whether the vertex coordinates are relative to the center or one of the sides of the vertex. Valid values: center, top, left, right, botom, topleft, topright, bottomright, bottomleft. |
Shape + | Type: TEXT Access: READ-WRITE Attributes: none Description: Vertex shape (rect, oval, wire, cloud, text, or icon name). |
VantagePoint + | Type: BOOLEAN Access: READ-WRITE Attributes: none Description: True if the vertex is a vantage point of the graph |
XCoordinate + | Type: INTEGER Access: READ-WRITE Attributes: none Description: Horizontal map coordinate, the positive direction is to the right. |
YCoordinate + | Type: INTEGER Access: READ-WRITE Attributes: none Description: Vertical map coordinate, the positive direction is to the bottom. |
VertexId | Type: TEXT Access: READ-ONLY Attributes: none Description: The Vertex Id of the vertex. Corresponds to the device with a matching VertexID in the devices table. |