API Reference
Class
VisioMaster
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
- Identifier of the master.
- nameU System.String
- Universal name of the master.
- shape OfficeIMO.Visio.VisioShape
- Associated master shape.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object