/// <summary>Saves the state of the shape object to a descriptor. </summary> /// <param name="desc">Descriptor to retrieve shape properties.</param> public virtual void saveToDesc(NxWheelShapeDesc desc) { if (doSetFunctionPointers) { throw new System.NotSupportedException("Cannot call abstract base member"); } NxWheelShape_saveToDesc_INVOKE(ClassPointer, doSetFunctionPointers, (desc != null ? desc.ClassPointer : NullRef)); }
private void saveToDesc_virtual(IntPtr desc) { saveToDesc(NxWheelShapeDesc.GetClass(desc)); }