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

SetNewObjectRef() public method

УстановитьСсылкуНового (SetNewObjectRef)
public SetNewObjectRef ( DocumentRef docRef ) : void
docRef DocumentRef
return void
        public void SetNewObjectRef(DocumentRef docRef)
        {
            InvokeV8Method("SetNewObjectRef", docRef.Ptr);
        }