API Reference
Class
VisioInspectionConnectionPointSnapshot
Snapshot of one Visio shape connection point.
Inheritance
- Object
- VisioInspectionConnectionPointSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Index { get; } #Zero-based position in the shape connection point collection.
public Nullable<Int32> SectionIndex { get; } #Original Visio Connection section row index, when loaded or assigned.
public Double X { get; } #X coordinate relative to the shape.
public Double Y { get; } #Y coordinate relative to the shape.
public Double DirX { get; } #Directional X component.
public Double DirY { get; } #Directional Y component.