| Search Results for "test" |
|
There were 7 questions found for your query:
|
|
I create a text log, but the text blocks aren't where I specified them to be in the Database View
The most common reason why text blocks don't show up at the depth interval specified in the Database View is because text blocks cannot overlap in the text logs. For example, if your data table l...
Will Golden Software products work under Windows 64 bit?
We have not tested our software under Windows XP Pro x64, but the WOW64 subsystem of x64 may allow the 32 bit version of Grapher (or other GS products) to run without modification. Some 32 bit prog...
I am having a problem printing (i.e. "Out of global memory" error when printing or only a portion of the map prints, etc.).
...equire more memory than non-PostScript drivers for the same printer. Change drivers if possible and test the print results.
Check for other compatible printer drivers in your printer documentation....
Why are the results different when converting from NAD83 to NAD27 using Didger and Global Mapper?
...eter Molodensky (delta x,y,z,ellipsoid) to convert from NAD83 to NAD27. Based on the numbers in our test cases, it looks like Global Mapper is not using the same 3-parameter conversion, but rather it ...
How can I turn off the visibilty of a map? Normally I would uncheck the object in the Object Manager.
...et Sel = Doc.Selection Sel.OverlayMaps Sel.DeselectAll Doc.SaveAs(FileName:=Surf.Path+"\Samples\test.srf") Shapes.Item(1).Overlays("Sample").Visible = False Doc.Export(FileName:=Surf.Path+"\Sa...
How can I change the default colors used to fill contour maps in Surfer?
.... For the Setting value type in the file path to the CLR file you wish to use. For example: c:\temp\test.clr 5. Set the Setting persistence value you want. For example, set the Setting Persistence to ...
Do you have an example in Python?
...32com.client.Dispatch("Surfer.Application")
Grid = Surfer.NewGrid()
Grid.LoadFile("c:/test/test.grd", HeaderOnly=True)
print "BlankValue" + str(Grid.BlankValue)
print...
|