libsbmlcs.FunctionDefinition.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Ejemplo n.º 1
0
 static void replaceFD(ASTNode math, FunctionDefinition fd)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_1(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd));
 }
All Usage Examples Of libsbmlcs.FunctionDefinition::getCPtr