//internal PrintManager InternalkNoOwnership //{ // get { return Inventor.PrintManager.kNoOwnership; } //} //internal PrintManager InternalkSaveOwnership //{ // get { return Inventor.PrintManager.kSaveOwnership; } //} //internal PrintManager InternalkExclusiveOwnership //{ // get { return Inventor.PrintManager.kExclusiveOwnership; } //} #region Private constructors private InvPrintManager(InvPrintManager invPrintManager) { InternalPrintManager = invPrintManager.InternalPrintManager; }
//public PrintManager kNoOwnership //{ // get { return InternalkNoOwnership; } //} //public PrintManager kSaveOwnership //{ // get { return InternalkSaveOwnership; } //} //public PrintManager kExclusiveOwnership //{ // get { return InternalkExclusiveOwnership; } //} #region Public static constructors public static InvPrintManager ByInvPrintManager(InvPrintManager invPrintManager) { return(new InvPrintManager(invPrintManager)); }
//public PrintManager kNoOwnership //{ // get { return InternalkNoOwnership; } //} //public PrintManager kSaveOwnership //{ // get { return InternalkSaveOwnership; } //} //public PrintManager kExclusiveOwnership //{ // get { return InternalkExclusiveOwnership; } //} #region Public static constructors public static InvPrintManager ByInvPrintManager(InvPrintManager invPrintManager) { return new InvPrintManager(invPrintManager); }