有没有知道怎么用vb画surfer的vectormap
发布网友
发布时间:2022-04-29 18:20
我来回答
共3个回答
热心网友
时间:2023-10-30 18:37
从surfer script的关于surfer自动化的帮助中,可以看出,GridFile的确是VectorMap Object的一个只读属性,是无法修改的。可能原因:contourmap只需要一个grd,而vectormap有时需要两个grd。
试试采用VectorMap Object的SetInputGrids方法来修改GridFile。具体用法查看surfer automation help,搜索vectormap。
关于SetInputGrids方法:
object.SetInputGrids( GridFileName1, GridFileName2, CoordSys, AngleSys, AngleUnits )
调用语句:
VectorMap.SetInputGrids(GridFileName1:=SurferApp.Path+"\Samples\demogrid.grd")
热心网友
时间:2023-10-30 18:37
从surfer script的关于surfer自动化的帮助中,可以看出,GridFile的确是VectorMap Object的一个只读属性,是无法修改的。可能原因:contourmap只需要一个grd,而vectormap有时需要两个grd。
试试采用VectorMap Object的SetInputGrids方法来修改GridFile。具体用法查看surfer automation help,搜索vectormap。
关于SetInputGrids方法:
object.SetInputGrids( GridFileName1, GridFileName2, CoordSys, AngleSys, AngleUnits )
调用语句:
VectorMap.SetInputGrids(GridFileName1:=SurferApp.Path+"\Samples\demogrid.grd")
热心网友
时间:2023-10-30 18:38
应该没有问题啊!
少了反斜杠
vectormap.GridFile="E:/123.grd"
热心网友
时间:2023-10-30 18:38
dasdsad
热心网友
时间:2023-10-30 18:38
应该没有问题啊!
少了反斜杠
vectormap.GridFile="E:/123.grd"
热心网友
时间:2023-10-30 18:38
dasdsad