v2.60 Contouritems, Layeritems
svn path=/Slnkdwf/trunk/; revision=12511
This commit is contained in:
@@ -63,6 +63,8 @@ interface IWhipFile : IDispatch{
|
||||
[propput, id(19), helpstring("property hintScale")] HRESULT hintScale([in] DOUBLE newVal);
|
||||
[propget, id(20), helpstring("property FindInContour")] HRESULT FindInContour([in] DOUBLE dwgX, [in] DOUBLE dwgY, [out, retval] BSTR* pVal);
|
||||
[propput, id(21), helpstring("property forFind")] HRESULT forFind([in] VARIANT_BOOL newVal);
|
||||
[propget, id(22), helpstring("property ContourCount")] HRESULT ContourCount([out, retval] LONG* pVal);
|
||||
[propget, id(23), helpstring("property ContourItem")] HRESULT ContourItem([in] ULONG i, [out, retval] ISLNKContour** pVal);
|
||||
};
|
||||
[
|
||||
object,
|
||||
@@ -99,6 +101,8 @@ interface IWhip2PNG : IDispatch{
|
||||
[propput, id(19), helpstring("property dwgScale")] HRESULT dwgScale([in] DOUBLE newVal);
|
||||
[propget, id(21), helpstring("property forceGray")] HRESULT forceGray([out, retval] VARIANT_BOOL* pVal);
|
||||
[propput, id(21), helpstring("property forceGray")] HRESULT forceGray([in] VARIANT_BOOL newVal);
|
||||
[propget, id(22), helpstring("property LayerCount")] HRESULT LayerCount([out, retval] LONG* pVal);
|
||||
[propget, id(23), helpstring("property LayerItem")] HRESULT LayerItem([in] ULONG i, [out, retval] BSTR* pVal);
|
||||
};
|
||||
[
|
||||
object,
|
||||
|
||||
Reference in New Issue
Block a user