//public LightingStyle kNoOwnership //{ // get { return InternalkNoOwnership; } //} //public LightingStyle kSaveOwnership //{ // get { return InternalkSaveOwnership; } //} //public LightingStyle kExclusiveOwnership //{ // get { return InternalkExclusiveOwnership; } //} #region Public static constructors public static InvLightingStyle ByInvLightingStyle(InvLightingStyle invLightingStyle) { return new InvLightingStyle(invLightingStyle); }
//public LightingStyle kNoOwnership //{ // get { return InternalkNoOwnership; } //} //public LightingStyle kSaveOwnership //{ // get { return InternalkSaveOwnership; } //} //public LightingStyle kExclusiveOwnership //{ // get { return InternalkExclusiveOwnership; } //} #region Public static constructors public static InvLightingStyle ByInvLightingStyle(InvLightingStyle invLightingStyle) { return(new InvLightingStyle(invLightingStyle)); }
//internal LightingStyle InternalkNoOwnership //{ // get { return Inventor.LightingStyle.kNoOwnership; } //} //internal LightingStyle InternalkSaveOwnership //{ // get { return Inventor.LightingStyle.kSaveOwnership; } //} //internal LightingStyle InternalkExclusiveOwnership //{ // get { return Inventor.LightingStyle.kExclusiveOwnership; } //} #region Private constructors private InvLightingStyle(InvLightingStyle invLightingStyle) { InternalLightingStyle = invLightingStyle.InternalLightingStyle; }