RemDocumentgetDocumentDeleted Method |
Namespace: Paperwork.Connect
public ITypes getDocumentDeleted( ObjectID aObjectId )
public void GetDocument()
{
ObjectID nesne_no = new ObjectID("FF00010000015E45");
ITypes belge = p.rDocument.getDocument(nesne_no);
Console.ReadLine();
string object_type = (string)belge.Get("OBJECT_TYPE");
Console.Write(object_type);
}