API Reference

Class

VisioInspectionConnectionPointSnapshot

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

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

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.