Example #1
0
        public NetOffice.DAOApi.Field CreateField(object name, object type)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, type);
            object   returnItem  = Invoker.MethodReturn(this, "CreateField", paramsArray);

            NetOffice.DAOApi.Field newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.DAOApi.Field.LateBindingApiWrapperType) as NetOffice.DAOApi.Field;
            return(newObject);
        }
Example #2
0
        public NetOffice.DAOApi.Field CreateField()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "CreateField", paramsArray);

            NetOffice.DAOApi.Field newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.DAOApi.Field.LateBindingApiWrapperType) as NetOffice.DAOApi.Field;
            return(newObject);
        }