![]() | RemDocumentgetDocument Method (ObjectID, String) |
Namespace: Paperwork.Connect
public ITypes getDocument( ObjectID aObjectId, string aTypeName )
public void GetDocument() { public void GetDocument() { ObjectID aObjectId = new ObjectID("FF00010000015E45"); string objectType = "PW_FOLDER"; p.InitAssemblies(); ITypes fObject = p.rDocument.getDocument(aObjectId,objectType); Console.WriteLine(fObject.Get("OWNER").ToString()); Console.ReadLine(); } }