Enterra.V8x1C.DOM.DocumentRef.GetObject C# (CSharp) Method

GetObject() public method

ПолучитьОбъект (GetObject)
public GetObject ( ) : DocumentObject
return DocumentObject
        public DocumentObject GetObject()
        {
            return (DocumentObject)GetProperty(
                "GetObject", 
                true,
                ptr => new DocumentObject(this.Session, ObjectTypeName, ptr)
                );
        }