API Reference
Class
VisioMaster
Represents a Visio master definition generated by the library.
Inheritance
- Object
- VisioMaster
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
- Method VisioDocument.GetMaster
- Method VisioDocument.ImportMastersAndGet
- Method VisioDocument.RegisterMaster
- Method VisioDocument.RegisterMaster
- Property VisioDocument.Masters
- Property VisioShape.Master
Accepted by parameters
- Method VisioDocument.RegisterMaster
- Method VisioDocument.TryGetMaster
- Method VisioPage.AddShape
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