public static bool ShowPushedAttribute(string attName, HUserOptions attText) { bool ret = HCSMVOPINVOKE.HUtility_ShowPushedAttribute(attName, HUserOptions.getCPtr(attText)); if (HCSMVOPINVOKE.SWIGPendingException.Pending) { throw HCSMVOPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public HUserOptions(HUserOptions in_data) : this(HCSMVOPINVOKE.new_HUserOptions__SWIG_1(HUserOptions.getCPtr(in_data)), true) { if (HCSMVOPINVOKE.SWIGPendingException.Pending) { throw HCSMVOPINVOKE.SWIGPendingException.Retrieve(); } }