//internal InventorVBAProject InternalkNoOwnership
        //{
        //    get { return Inventor.InventorVBAProject.kNoOwnership; }
        //}
        //internal InventorVBAProject InternalkSaveOwnership
        //{
        //    get { return Inventor.InventorVBAProject.kSaveOwnership; }
        //}
        //internal InventorVBAProject InternalkExclusiveOwnership
        //{
        //    get { return Inventor.InventorVBAProject.kExclusiveOwnership; }
        //}

        #region Private constructors
        private InvInventorVBAProject(InvInventorVBAProject invInventorVBAProject)
        {
            InternalInventorVBAProject = invInventorVBAProject.InternalInventorVBAProject;
        }
예제 #2
0
        //internal InventorVBAProject InternalkNoOwnership
        //{
        //    get { return Inventor.InventorVBAProject.kNoOwnership; }
        //}
        //internal InventorVBAProject InternalkSaveOwnership
        //{
        //    get { return Inventor.InventorVBAProject.kSaveOwnership; }
        //}
        //internal InventorVBAProject InternalkExclusiveOwnership
        //{
        //    get { return Inventor.InventorVBAProject.kExclusiveOwnership; }
        //}

        #region Private constructors
        private InvInventorVBAProject(InvInventorVBAProject invInventorVBAProject)
        {
            InternalInventorVBAProject = invInventorVBAProject.InternalInventorVBAProject;
        }
 //public InventorVBAProject kNoOwnership
 //{
 //    get { return InternalkNoOwnership; }
 //}
 //public InventorVBAProject kSaveOwnership
 //{
 //    get { return InternalkSaveOwnership; }
 //}
 //public InventorVBAProject kExclusiveOwnership
 //{
 //    get { return InternalkExclusiveOwnership; }
 //}
 #region Public static constructors
 public static InvInventorVBAProject ByInvInventorVBAProject(InvInventorVBAProject invInventorVBAProject)
 {
     return new InvInventorVBAProject(invInventorVBAProject);
 }
예제 #4
0
 //public InventorVBAProject kNoOwnership
 //{
 //    get { return InternalkNoOwnership; }
 //}
 //public InventorVBAProject kSaveOwnership
 //{
 //    get { return InternalkSaveOwnership; }
 //}
 //public InventorVBAProject kExclusiveOwnership
 //{
 //    get { return InternalkExclusiveOwnership; }
 //}
 #region Public static constructors
 public static InvInventorVBAProject ByInvInventorVBAProject(InvInventorVBAProject invInventorVBAProject)
 {
     return(new InvInventorVBAProject(invInventorVBAProject));
 }