Enterra.V8x1C.DOM.DocumentManager.GetRefInternal C# (CSharp) Method

GetRefInternal() private method

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