hexagon logo

dimention command problem

Dear guys,

when i use "dimention" command to evaluate a measured point automatically by code,what i get is as follows:
------------------------------------------------
DIM LOC27
T 0.000
END OF DIMENSION LOC27
DIMINFO/LOC15;ICON, , ,VERT,HORIZ, ,$
, ;DEV, , , , , , , , ,$
T, , , , , , , , , , , , , , , , ,
------------------------------------------------
then, how can i make the "icon"/"vert"/"horiz" as null,jusy like bellow.any advice?
------------------------------------------------
DIM LOC27
T 0.000
END OF DIMENSION LOC27
DIMINFO/LOC15; , , , , , ,$
, ;DEV, , , , , , , , ,$
T, , , , , , , , , , , , , , , , ,
-----------------------------------------------

my code is as follows:
-----------------------------------------------
......

LocationCmd4.PutText("LOC"+locationIndex.ToString( ), pcdEFT.REF_ID, 0);
LocationCmd4.SetToggleString(6, pcdEFT.SHOW_IDS, 1);
LocationCmd4.SetToggleString(6, pcdEFT.SHOW_IDS, 2);
LocationCmd4.SetToggleString(1, pcdEFT.SHOW_HEADINGS, 0);
LocationCmd4.SetToggleString(1, pcdEFT.GRAPH_OPTION, 0);
LocationCmd4.SetToggleString(4, pcdEFT.DIM_INFO_ORDER, 1);
LocationCmd4.SetToggleString(14, pcdEFT.DIM_INFO_LOC, 1);
LocationCmd4.ReDraw();
-----------------------------------------------


thank you all!
Parents Reply Children