Mám následující problém, s použitím win32.com.client.Dispatch( ..používám nějaké com objekty (třídy geomédií), problém je, že ta jedna potvora potřebuje jako parametr nadeklarovanou variant proměnnou, aby měla kam uložit přežvýkanou geometrii (která pak putuje do db jako blob), čím to můžu nahradit, respektive, mohl bych si ten variant taky odněkud "přicomovat"?? V regedit jsem to nenašel. Jde o tento objekt díky jelen
GeometryToStorage Method Description The GeometryToStorage method creates a GDO geometry blob (a byte array) from a geometry object. The purpose of creating the blob is to store the geometric information in a GDO GField designated for geometry. This GField is of type gdbSpatial. Syntax object.GeometryToStorage(geometry, chunk) Elements object Required. The GeometryStorageService object. geometry I/O: Input R/O: Required DataType: Geometry Object Description: The geometry object to be stored in the database. chunk I/O: Output R/O: Required DataType: Variant Description: The storage blob containing the stored geometry.
_______________________________________________ Python mailing list [email protected] http://www.py.cz/mailman/listinfo/python
