Ejemplo n.º 1
0
 /// <summary>Sets the interaction flag for the CCT. </summary>
 /// <param name="flag">The new value of the interaction flag.</param>
 public virtual void setInteraction(NxCCTInteractionFlag flag)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxController_setInteraction_INVOKE(ClassPointer, doSetFunctionPointers, flag);
 }
Ejemplo n.º 2
0
 private extern static void set_NxControllerDesc_interactionFlag_INVOKE(HandleRef classPointer, NxCCTInteractionFlag newvalue);
Ejemplo n.º 3
0
 private extern static void NxController_setInteraction_INVOKE(HandleRef classPointer, System.Boolean call_explicit, NxCCTInteractionFlag flag);
Ejemplo n.º 4
0
 private void setInteraction_virtual(NxCCTInteractionFlag flag)
 {
     setInteraction(flag);
 }