Beispiel #1
0
 public void SetGridType(HGraphGridType gtype)
 {
     HCSMVOPINVOKE.HPlot2D_SetGridType(swigCPtr, (int)gtype);
 }
Beispiel #2
0
    public HGraphGridType GetGridType()
    {
        HGraphGridType ret = (HGraphGridType)HCSMVOPINVOKE.HPlot2D_GetGridType(swigCPtr);

        return(ret);
    }