API Reference
Class
VisioNetworkNodeRecord
Simple data record used to import network nodes into VisioNetworkDiagramBuilder.
Inheritance
- Object
- VisioNetworkNodeRecord
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 VisioNetworkNodeRecord(String id, String text, Int32 column, Int32 row, VisioNetworkNodeKind kind = Server) #Initializes a network node import record.
Parameters
- id System.String
- text System.String
- column System.Int32
- row System.Int32
- kind OfficeIMO.Visio.Diagrams.VisioNetworkNodeKind = Server
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 VisioNetworkNodeKind Kind { get; } #Semantic node kind.
public IDictionary<String, String> ShapeData { get; } #Shape Data rows to apply to the generated node.
public String HyperlinkAddress { get; set; } #Optional hyperlink address attached to the generated node.
public String HyperlinkDescription { get; set; } #Optional hyperlink description attached to the generated node.