aiFace.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( aiFace, obj ) : HandleRef
obj aiFace,
return HandleRef
  internal static HandleRef getCPtr(aiFace obj) {
    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
  }