public NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type);
            object   returnItem  = Invoker.MethodReturn(this, "AddEx", paramsArray);

            NetOffice.VisioApi.IVMaster newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.VisioApi.IVMaster;
            return(newObject);
        }
Example #2
0
 public NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.VisioApi.IVMaster>(this, "AddEx", type));
 }
Example #3
0
 public virtual NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.VisioApi.IVMaster>(this, "AddEx", type));
 }