API Reference
Class
VisioNetworkZoneRecord
Simple data record used to import network zones into VisioNetworkDiagramBuilder.
Inheritance
- Object
- VisioNetworkZoneRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public VisioNetworkZoneRecord(String id, String text, Int32 column, Int32 row, Int32 columnSpan, Int32 rowSpan) #Initializes a network zone import record.
Parameters
- id System.String
- text System.String
- column System.Int32
- row System.Int32
- columnSpan System.Int32
- rowSpan System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Column { get; } #Zero-based grid column.
public Int32 ColumnSpan { get; } #Number of grid columns spanned by this zone.
public Int32 RowSpan { get; } #Number of grid rows spanned by this zone.
public IDictionary<String, String> ShapeData { get; } #Shape Data rows to apply to the generated zone background.
public String HyperlinkAddress { get; set; } #Optional hyperlink address attached to the generated zone background.
public String HyperlinkDescription { get; set; } #Optional hyperlink description attached to the generated zone background.