コード例 #1
0
ファイル: PrimAgl3D.cs プロジェクト: xusongfei/LeadChina
        public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
        {
            var iRet = 0;

            return(iRet);
        }
コード例 #2
0
 public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
 {
     return(0);
 }