Enterra.V8x1C.DOM.DocumentManager.GetRefInternal C# (CSharp) 메소드

GetRefInternal() 개인적인 메소드

ПолучитьСсылку (GetRef)
private GetRefInternal ( UUID uuid ) : object
uuid UUID
리턴 object
        internal object GetRefInternal(UUID uuid)
        {
            return InvokeV8Method("ПолучитьСсылку", uuid == null ? null : uuid.Ptr);
        }
    }