设置自定义实体状态,开始设置值,它和EntSetValue一定要配对调用。 BeginSetValue 与 EntSetValue之间的代码,所有对属性的修改不会调用重绘函数。 这样减小重绘函数的调用,可以提高效率.
[helpstring("method BeginSetValue")] HRESULT BeginSetValue();
IMxDrawCustomEntity 方法