返回的所有布局名,返回的是IMxDrawResbuf对象
[id(162), helpstring("method GetAllLayoutName")]
IDispatch* GetAllLayoutName();
例如,C#语言 MxDrawResbuf ret =(MxDrawResbuf) axMxDrawX1.GetAllLayoutName(); for (int i = 0; i < ret.Count; i++) { MessageBox.Show(ret.AtString(i));