OfficeIMO

API Reference

Class

VisioMaster

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio

Represents a Visio master definition generated by the library.

Inheritance

  • Object
  • VisioMaster

Constructors

public VisioMaster(String id, String nameU, VisioShape shape) #

Initializes a new instance of the VisioMaster class.

Parameters

id System.String requiredposition: 0
Identifier of the master.
nameU System.String requiredposition: 1
Universal name of the master.
shape OfficeIMO.Visio.VisioShape requiredposition: 2
Associated master shape.

Properties

public String Id { get; } #

Gets the master identifier.

public String NameU { get; } #

Gets the universal name of the master.

public VisioShape Shape { get; } #

Gets the shape that defines the master.