Enterra.V8x1C.DOM.DocumentObject.GetNewObjectRef C# (CSharp) Method

GetNewObjectRef() public method

ПолучитьСсылкуНового (GetNewObjectRef)
public GetNewObjectRef ( ) : DocumentRef
return DocumentRef
        public DocumentRef GetNewObjectRef()
        {
            object ptr = InvokeV8Method("GetNewObjectRef");
            return ptr != null ? new DocumentRef(Session, ObjectTypeName, ptr) : null;
        }