Enterra.V8x1C.DOM.DocumentManager.GetRefInternal C# (CSharp) Méthode

GetRefInternal() private méthode

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