예제 #1
0
        /// <description>
        /// getSelectedPath() - returns the currently selected path in the tree
        /// </description>
        public string GetSelectedPath()
        {
            InternalUnsafeMethods.GetSelectedPath__Args _args = new InternalUnsafeMethods.GetSelectedPath__Args()
            {
            };
            IntPtr _engineResult = InternalUnsafeMethods.GetSelectedPath()(ObjectPtr, _args);

            return(StringMarshal.IntPtrToUtf8String(_engineResult));
        }
예제 #2
0
        /// <description>
        /// ( void )
        /// </description>
        public int GetSelectedPath()
        {
            InternalUnsafeMethods.GetSelectedPath__Args _args = new InternalUnsafeMethods.GetSelectedPath__Args()
            {
            };
            int _engineResult = InternalUnsafeMethods.GetSelectedPath()(ObjectPtr, _args);

            return(_engineResult);
        }