esriCarto.tlh
资源名称:GISCode.rar [点击查看]
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:859k
源码类别:
GIS编程
开发平台:
Visual C++
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_FillType (
- enum acFillType * Type ) = 0;
- virtual HRESULT __stdcall put_FillType (
- enum acFillType Type ) = 0;
- virtual HRESULT __stdcall get_FillInterval (
- long * Interval ) = 0;
- virtual HRESULT __stdcall put_FillInterval (
- long Interval ) = 0;
- virtual HRESULT __stdcall get_FillTransparency (
- double * trans ) = 0;
- virtual HRESULT __stdcall put_FillTransparency (
- double trans ) = 0;
- virtual HRESULT __stdcall get_BoundaryWidth (
- long * Width ) = 0;
- virtual HRESULT __stdcall put_BoundaryWidth (
- long Width ) = 0;
- virtual HRESULT __stdcall get_BoundaryColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_BoundaryColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_BoundaryLineType (
- enum acLineType * Type ) = 0;
- virtual HRESULT __stdcall put_BoundaryLineType (
- enum acLineType Type ) = 0;
- virtual HRESULT __stdcall get_BoundaryCapType (
- enum acCapType * Type ) = 0;
- virtual HRESULT __stdcall put_BoundaryCapType (
- enum acCapType Type ) = 0;
- virtual HRESULT __stdcall get_BoundaryJoinType (
- enum acJoinType * Type ) = 0;
- virtual HRESULT __stdcall put_BoundaryJoinType (
- enum acJoinType Type ) = 0;
- virtual HRESULT __stdcall get_BoundaryTransparency (
- double * trans ) = 0;
- virtual HRESULT __stdcall put_BoundaryTransparency (
- double trans ) = 0;
- virtual HRESULT __stdcall get_Overlap (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Overlap (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_Boundary (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Boundary (
- VARIANT_BOOL flag ) = 0;
- };
- struct __declspec(uuid("06a77433-fd34-4b30-a46b-bc217904ab76"))
- IACSimpleFillSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Color (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_Color (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_FillType (
- enum acFillType * Type ) = 0;
- virtual HRESULT __stdcall put_FillType (
- enum acFillType Type ) = 0;
- virtual HRESULT __stdcall get_Interval (
- long * Interval ) = 0;
- virtual HRESULT __stdcall put_Interval (
- long Interval ) = 0;
- virtual HRESULT __stdcall get_Overlap (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Overlap (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_Boundary (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Boundary (
- VARIANT_BOOL flag ) = 0;
- };
- struct __declspec(uuid("536b61ee-ec20-4619-8dbd-5452521412cb"))
- IACRasterFillSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_URL (
- BSTR * URL ) = 0;
- virtual HRESULT __stdcall put_URL (
- BSTR URL ) = 0;
- virtual HRESULT __stdcall get_Image (
- BSTR * path ) = 0;
- virtual HRESULT __stdcall put_Image (
- BSTR path ) = 0;
- virtual HRESULT __stdcall get_Overlap (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Overlap (
- VARIANT_BOOL flag ) = 0;
- };
- struct __declspec(uuid("7e9b1c09-f4d7-4bb0-9340-00dfa8fe5f5c"))
- IACGradientFillSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Type (
- enum acGradientFillType * Type ) = 0;
- virtual HRESULT __stdcall put_Type (
- enum acGradientFillType Type ) = 0;
- virtual HRESULT __stdcall get_StartColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_StartColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_FinishColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_FinishColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Overlap (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Overlap (
- VARIANT_BOOL flag ) = 0;
- };
- struct __declspec(uuid("27a1db1a-513d-4708-bf7b-8bbc285a29d2"))
- IACSimpleMarkerSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Outline (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Outline (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_OutlineColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_OutlineColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Shadow (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Shadow (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_ShadowColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_ShadowColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Overlap (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Overlap (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_Color (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_Color (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Type (
- enum acMarkerType * Type ) = 0;
- virtual HRESULT __stdcall put_Type (
- enum acMarkerType Type ) = 0;
- virtual HRESULT __stdcall get_Width (
- long * Width ) = 0;
- virtual HRESULT __stdcall put_Width (
- long Width ) = 0;
- };
- struct __declspec(uuid("a9998c07-2def-4a3f-96f4-b0a9878daf5a"))
- IACTrueTypeMarkerSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Font (
- BSTR * Font ) = 0;
- virtual HRESULT __stdcall put_Font (
- BSTR Font ) = 0;
- virtual HRESULT __stdcall get_FontStyle (
- enum acFontStyle * FontStyle ) = 0;
- virtual HRESULT __stdcall put_FontStyle (
- enum acFontStyle FontStyle ) = 0;
- virtual HRESULT __stdcall get_FontSize (
- long * FontSize ) = 0;
- virtual HRESULT __stdcall put_FontSize (
- long FontSize ) = 0;
- virtual HRESULT __stdcall get_FontColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_FontColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Outline (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Outline (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_OutlineColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_OutlineColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Glowing (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Glowing (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_GlowingColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_GlowingColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Shadow (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Shadow (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_ShadowColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_ShadowColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Character (
- long * Value ) = 0;
- virtual HRESULT __stdcall put_Character (
- long Value ) = 0;
- virtual HRESULT __stdcall get_Angle (
- double * Angle ) = 0;
- virtual HRESULT __stdcall put_Angle (
- double Angle ) = 0;
- virtual HRESULT __stdcall get_Overlap (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Overlap (
- VARIANT_BOOL flag ) = 0;
- };
- struct __declspec(uuid("ea422e0d-124d-4266-b2a8-a2931f1eaaa6"))
- IACRasterMarkerSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_URL (
- BSTR * URL ) = 0;
- virtual HRESULT __stdcall put_URL (
- BSTR URL ) = 0;
- virtual HRESULT __stdcall get_Image (
- BSTR * path ) = 0;
- virtual HRESULT __stdcall put_Image (
- BSTR path ) = 0;
- virtual HRESULT __stdcall get_Overlap (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Overlap (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_Width (
- long * Width ) = 0;
- virtual HRESULT __stdcall put_Width (
- long Width ) = 0;
- virtual HRESULT __stdcall get_Height (
- long * Height ) = 0;
- virtual HRESULT __stdcall put_Height (
- long Height ) = 0;
- virtual HRESULT __stdcall get_HotSpot (
- struct IPoint * * point ) = 0;
- virtual HRESULT __stdcall put_HotSpot (
- struct IPoint * point ) = 0;
- virtual HRESULT __stdcall get_Shadow (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Shadow (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_ShadowColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_ShadowColor (
- struct IColor * Color ) = 0;
- };
- struct __declspec(uuid("58c9f9ef-622f-4f7a-a64b-ec3ea34b2fe2"))
- IACCalloutMarkerSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Font (
- BSTR * Font ) = 0;
- virtual HRESULT __stdcall put_Font (
- BSTR Font ) = 0;
- virtual HRESULT __stdcall get_FontStyle (
- enum acFontStyle * FontStyle ) = 0;
- virtual HRESULT __stdcall put_FontStyle (
- enum acFontStyle FontStyle ) = 0;
- virtual HRESULT __stdcall get_FontSize (
- long * FontSize ) = 0;
- virtual HRESULT __stdcall put_FontSize (
- long FontSize ) = 0;
- virtual HRESULT __stdcall get_FontColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_FontColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Outline (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Outline (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_OutlineColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_OutlineColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Glowing (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Glowing (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_GlowingColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_GlowingColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Shadow (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Shadow (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_ShadowColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_ShadowColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_BackColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_BackColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_BoundaryColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_BoundaryColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Interval (
- long * Interval ) = 0;
- virtual HRESULT __stdcall put_Interval (
- long Interval ) = 0;
- };
- struct __declspec(uuid("33282097-f60f-402a-a047-c0ec72de5186"))
- IACRasterShieldSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_URL (
- BSTR * URL ) = 0;
- virtual HRESULT __stdcall put_URL (
- BSTR URL ) = 0;
- virtual HRESULT __stdcall get_Image (
- BSTR * path ) = 0;
- virtual HRESULT __stdcall put_Image (
- BSTR path ) = 0;
- virtual HRESULT __stdcall get_Font (
- BSTR * Font ) = 0;
- virtual HRESULT __stdcall put_Font (
- BSTR Font ) = 0;
- virtual HRESULT __stdcall get_FontStyle (
- enum acFontStyle * FontStyle ) = 0;
- virtual HRESULT __stdcall put_FontStyle (
- enum acFontStyle FontStyle ) = 0;
- virtual HRESULT __stdcall get_FontSize (
- long * FontSize ) = 0;
- virtual HRESULT __stdcall put_FontSize (
- long FontSize ) = 0;
- virtual HRESULT __stdcall get_FontColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_FontColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Shadow (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Shadow (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_ShadowColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_ShadowColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_PrintMode (
- enum acPrintMode * PrintMode ) = 0;
- virtual HRESULT __stdcall put_PrintMode (
- enum acPrintMode PrintMode ) = 0;
- virtual HRESULT __stdcall get_TextPosition (
- struct IPoint * * point ) = 0;
- virtual HRESULT __stdcall put_TextPosition (
- struct IPoint * point ) = 0;
- virtual HRESULT __stdcall get_LabelMode (
- enum acLabelMode * LabelMode ) = 0;
- virtual HRESULT __stdcall put_LabelMode (
- enum acLabelMode LabelMode ) = 0;
- virtual HRESULT __stdcall get_Boundary (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Boundary (
- VARIANT_BOOL flag ) = 0;
- };
- struct __declspec(uuid("103d43e4-86ee-40be-a869-7e2059b99f3b"))
- IACTextSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Font (
- BSTR * Font ) = 0;
- virtual HRESULT __stdcall put_Font (
- BSTR Font ) = 0;
- virtual HRESULT __stdcall get_FontStyle (
- enum acFontStyle * FontStyle ) = 0;
- virtual HRESULT __stdcall put_FontStyle (
- enum acFontStyle FontStyle ) = 0;
- virtual HRESULT __stdcall get_FontSize (
- long * FontSize ) = 0;
- virtual HRESULT __stdcall put_FontSize (
- long FontSize ) = 0;
- virtual HRESULT __stdcall get_FontColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_FontColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Outline (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Outline (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_OutlineColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_OutlineColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Glowing (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Glowing (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_GlowingColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_GlowingColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Shadow (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Shadow (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_ShadowColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_ShadowColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Blockout (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Blockout (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_BlockoutColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_BlockoutColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Interval (
- long * Interval ) = 0;
- virtual HRESULT __stdcall put_Interval (
- long Interval ) = 0;
- virtual HRESULT __stdcall get_PrintMode (
- enum acPrintMode * PrintMode ) = 0;
- virtual HRESULT __stdcall put_PrintMode (
- enum acPrintMode PrintMode ) = 0;
- };
- struct __declspec(uuid("9b232f9c-8689-4a28-9c61-bb156b9c8e25"))
- IACTextMarkerSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_HAlignment (
- enum acHTextAlignment * hTextAlignment ) = 0;
- virtual HRESULT __stdcall put_HAlignment (
- enum acHTextAlignment hTextAlignment ) = 0;
- virtual HRESULT __stdcall get_VAlignment (
- enum acVTextAlignment * vTextAlignment ) = 0;
- virtual HRESULT __stdcall put_VAlignment (
- enum acVTextAlignment vTextAlignment ) = 0;
- virtual HRESULT __stdcall get_Angle (
- double * Angle ) = 0;
- virtual HRESULT __stdcall put_Angle (
- double Angle ) = 0;
- };
- struct __declspec(uuid("8ac3acb5-a6ea-4306-bc73-4eb4d211000e"))
- IACShieldSymbol : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Font (
- BSTR * Font ) = 0;
- virtual HRESULT __stdcall put_Font (
- BSTR Font ) = 0;
- virtual HRESULT __stdcall get_FontStyle (
- enum acFontStyle * FontStyle ) = 0;
- virtual HRESULT __stdcall put_FontStyle (
- enum acFontStyle FontStyle ) = 0;
- virtual HRESULT __stdcall get_FontSize (
- long * FontSize ) = 0;
- virtual HRESULT __stdcall put_FontSize (
- long FontSize ) = 0;
- virtual HRESULT __stdcall get_FontColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_FontColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_Shadow (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_Shadow (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_ShadowColor (
- struct IColor * * Color ) = 0;
- virtual HRESULT __stdcall put_ShadowColor (
- struct IColor * Color ) = 0;
- virtual HRESULT __stdcall get_LabelMode (
- enum acLabelMode * LabelMode ) = 0;
- virtual HRESULT __stdcall put_LabelMode (
- enum acLabelMode LabelMode ) = 0;
- virtual HRESULT __stdcall get_MinSize (
- long * Size ) = 0;
- virtual HRESULT __stdcall put_MinSize (
- long Size ) = 0;
- virtual HRESULT __stdcall get_Type (
- enum acShieldSymbolType * Type ) = 0;
- virtual HRESULT __stdcall put_Type (
- enum acShieldSymbolType Type ) = 0;
- };
- struct __declspec(uuid("84b9fdab-dfd4-11d3-9ff7-00c04f6bc6a5"))
- ACConnector;
- // [ default ] interface IUnknown
- // interface IACConnector
- struct __declspec(uuid("ee16a1e6-bde9-47ed-be03-d711db3102e5"))
- ACSimpleRenderer;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACRenderer
- // interface IACSimpleRenderer
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("1acdebe9-9f89-48dd-bc28-780acd9d4256"))
- ACGroupRenderer;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACRenderer
- // interface IACGroupRenderer
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("69d20498-f616-454e-9cca-54e0f600c25a"))
- ACScaleDependentRenderer;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACRenderer
- // interface IACScaleDependentRenderer
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("d2ea35c1-d393-4066-901b-b44108163cb3"))
- ACSimpleLineSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACSimpleLineSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("b019758d-5f2b-4310-b409-c042391f6149"))
- ACSimpleFillSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSimpleFillSymbol
- // interface IACSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("72341cc3-1a6b-4ee9-9810-ba77fd277a2a"))
- ACSimplePolygonSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSimplePolygonSymbol
- // interface IACSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("7fe0318e-3246-483f-9590-ed69e9c09af8"))
- ACSimpleMarkerSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSimpleMarkerSymbol
- // interface IACSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("22e484b7-1ae7-4b13-92aa-3e081d00b539"))
- ACTextSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACTextSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("05b3287e-db2b-436b-bb3d-b01ef5236446"))
- ACValueMapRenderer;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACRenderer
- // interface IACValueMapRenderer
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("58063155-bded-4188-b996-a09a73e93f0a"))
- ACTrueTypeMarkerSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACTrueTypeMarkerSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("76315040-c3b0-4100-b949-135948839c67"))
- ACRasterMarkerSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACRasterMarkerSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("8d574cab-ff08-473e-8b73-bcb9e7605a20"))
- ACRasterShieldSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACRasterShieldSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("53455d9e-c3e8-4ffa-81f0-38ed2e238b9b"))
- ACHashLineSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACHashLineSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("34a16eda-8a58-44a4-9342-98533b8564a9"))
- ACRasterFillSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACRasterFillSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("3235e2dd-b46b-4448-b7e7-aeed8ed0b272"))
- ACGradientFillSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACGradientFillSymbol
- // interface IACSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("d33fe4fb-e17b-4ea9-a01e-a03f5f394e96"))
- ACCalloutMarkerSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACCalloutMarkerSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("f2005b08-f5d0-44b9-bcd5-4d6215c58e4e"))
- ACShieldSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACShieldSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("2c231f73-0467-473c-b257-23ce3b89d31c"))
- ACTextMarkerSymbol;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACSymbol
- // interface IACTextMarkerSymbol
- // interface IACTextSymbol
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("d10f211f-3083-4bfe-9d3f-ad77bcb151f0"))
- ACSimpleLabelRenderer;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACRenderer
- // interface IACSimpleLabelRenderer
- // interface IACLabelRenderer
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("3d7551d0-6eef-4dc8-9098-99c9925eb233"))
- ACValueMapLabelRenderer;
- // [ default ] interface IUnknown
- // interface IACAxl
- // interface IACRenderer
- // interface IACLabelRenderer
- // interface IACValueMapRenderer
- // interface IACValueMapLabelRenderer
- // interface IPersist
- // interface IPersistStream
- // interface IClone
- struct __declspec(uuid("e774fd60-5f97-4630-bc9b-9116645ac184"))
- ACMap;
- // [ default ] interface IUnknown
- // interface IACMap
- // interface IACMapAdmin
- // interface IPersist
- // interface IPersistStream
- struct __declspec(uuid("5ab8731f-4db7-44d6-8c27-d94fe9c6528a"))
- ACFeatureLayer;
- // [ default ] interface IUnknown
- // interface IACLayer
- // interface IACLayerAdmin
- // interface IACFeatureLayer
- // interface IACFeatureLayerAdmin
- // interface IPersist
- // interface IPersistStream
- struct __declspec(uuid("0046627f-7def-4aa1-ad72-a1b02b22d39b"))
- ACImageLayer;
- // [ default ] interface IUnknown
- // interface IACLayer
- // interface IACLayerAdmin
- // interface IACImageLayer
- // interface IACImageLayerAdmin
- // interface IPersist
- // interface IPersistStream
- struct __declspec(uuid("6c3ad32d-e553-4422-b649-357027f701eb"))
- ACAcetateLayer;
- // [ default ] interface IUnknown
- // interface IACLayer
- // interface IACAcetateLayer
- // interface IACAcetateLayerAdmin
- // interface IPersist
- // interface IPersistStream
- struct __declspec(uuid("d090aa89-c2f1-11d3-9fef-00c04f6bc6a5"))
- IIMSSubLayer : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_CanIdentify (
- VARIANT_BOOL * flag ) = 0;
- virtual HRESULT __stdcall put_CanIdentify (
- VARIANT_BOOL flag ) = 0;
- virtual HRESULT __stdcall get_IMSLayer (
- struct IACLayer * * Layer ) = 0;
- virtual HRESULT __stdcall put_SymbologyUpdated (
- VARIANT_BOOL _arg1 ) = 0;
- };
- struct __declspec(uuid("dc8505ff-d521-11d3-9ff4-00c04f6bc6a5"))
- IIMSMapLayer : ILayer
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Connection (
- struct IIMSServiceDescription * * service ) = 0;
- virtual HRESULT __stdcall ConnectToService (
- struct IIMSServiceDescription * service ) = 0;
- virtual HRESULT __stdcall MoveSubLayerTo (
- struct IIMSSubLayer * subLayer,
- long Index ) = 0;
- virtual HRESULT __stdcall get_IMSMap (
- struct IACMap * * Map ) = 0;
- virtual HRESULT __stdcall put_AreaOfInterest (
- struct IEnvelope * _arg1 ) = 0;
- virtual HRESULT __stdcall ClearDrawCache ( ) = 0;
- };
- struct __declspec(uuid("0a97a893-d811-11d3-9ff4-00c04f6bc6a5"))
- IIMSSymbolImporter : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall CreateSymbol (
- BSTR xml,
- struct ISymbol * * Symbol ) = 0;
- };
- struct __declspec(uuid("137e5790-5d7a-4e16-b241-734f40d830af"))
- IIMSGlobeSubServiceDescription : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall put_ParentName (
- BSTR Parent ) = 0;
- virtual HRESULT __stdcall get_ParentName (
- BSTR * Parent ) = 0;
- virtual HRESULT __stdcall put_Type (
- BSTR Type ) = 0;
- virtual HRESULT __stdcall get_Type (
- BSTR * Type ) = 0;
- };
- struct __declspec(uuid("cdae0026-e2ae-45f0-9619-10fdcb9f615f"))
- IIMSGlobeXMLNode : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_NumChildren (
- long * num ) = 0;
- virtual HRESULT __stdcall get_XmlTag (
- BSTR * Tag ) = 0;
- virtual HRESULT __stdcall get_NumAttrib (
- long * num ) = 0;
- virtual HRESULT __stdcall get_ChildByIndex (
- long i,
- struct IIMSGlobeXMLNode * * node ) = 0;
- virtual HRESULT __stdcall get_ChildByName (
- BSTR tagName,
- struct IIMSGlobeXMLNode * * node ) = 0;
- virtual HRESULT __stdcall get_AttribName (
- long pos,
- BSTR * Name ) = 0;
- virtual HRESULT __stdcall get_AttribValueByIndex (
- long pos,
- BSTR * Value ) = 0;
- virtual HRESULT __stdcall put_AttribValueByIndex (
- long pos,
- BSTR Value ) = 0;
- virtual HRESULT __stdcall AddChild (
- struct IIMSGlobeXMLNode * node ) = 0;
- virtual HRESULT __stdcall AddBlankAttrib (
- long * num ) = 0;
- virtual HRESULT __stdcall DeleteChild (
- long num ) = 0;
- virtual HRESULT __stdcall put_AttribName (
- long pos,
- BSTR Name ) = 0;
- virtual HRESULT __stdcall put_AttribValueByName (
- BSTR Name,
- BSTR Value ) = 0;
- virtual HRESULT __stdcall put_XmlTag (
- BSTR Tag ) = 0;
- virtual HRESULT __stdcall get_ShallowClone (
- struct IIMSGlobeXMLNode * * node ) = 0;
- virtual HRESULT __stdcall get_DeepClone (
- struct IIMSGlobeXMLNode * * node ) = 0;
- virtual HRESULT __stdcall Parse (
- BSTR xmlStrOrig ) = 0;
- virtual HRESULT __stdcall MakeXmlStr (
- BSTR * xmlStr ) = 0;
- virtual HRESULT __stdcall AddFullAttrib (
- BSTR Name,
- BSTR Value,
- long * pos ) = 0;
- virtual HRESULT __stdcall get_AttribValueByName (
- BSTR Name,
- BSTR * Value ) = 0;
- virtual HRESULT __stdcall get_ChildByAttribNameValue (
- BSTR AttribName,
- BSTR atttribValue,
- struct IIMSGlobeXMLNode * * node ) = 0;
- virtual HRESULT __stdcall get_HighestNode (
- BSTR searchString,
- struct IIMSGlobeXMLNode * * node ) = 0;
- };
- struct __declspec(uuid("5b035109-b690-49bc-97c8-0f5f36e7a7ba"))
- IIMSGlobeXMLParser : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall Parse (
- BSTR xmlStr ) = 0;
- virtual HRESULT __stdcall get_Root (
- struct IIMSGlobeXMLNode * * Root ) = 0;
- virtual HRESULT __stdcall get_HighestNode (
- BSTR Tag,
- struct IIMSGlobeXMLNode * * result ) = 0;
- virtual HRESULT __stdcall MakeXmlStr (
- BSTR * xmlStr ) = 0;
- virtual HRESULT __stdcall putref_Root (
- struct IIMSGlobeXMLNode * Root ) = 0;
- virtual HRESULT __stdcall put_XmlHeader (
- BSTR _arg1 ) = 0;
- virtual HRESULT __stdcall get_ResponseBody (
- BSTR * ResponseBody ) = 0;
- };
- struct __declspec(uuid("9a9b9d78-ddde-4543-b103-5646a6cf3976"))
- IIMSGlobeConnection : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall MakeRequest (
- BSTR strDataString,
- BSTR * response ) = 0;
- virtual HRESULT __stdcall MakeRequestBinary (
- BSTR strDataString,
- VARIANT_BOOL bAllocateData,
- void * * data,
- long * Size ) = 0;
- virtual HRESULT __stdcall put_URL (
- BSTR pUrl ) = 0;
- virtual HRESULT __stdcall get_URL (
- BSTR * pUrl ) = 0;
- virtual HRESULT __stdcall put_ServiceName (
- BSTR pName ) = 0;
- virtual HRESULT __stdcall get_ServiceName (
- BSTR * pName ) = 0;
- };
- struct __declspec(uuid("dc850600-d521-11d3-9ff4-00c04f6bc6a5"))
- IMSMapLayer;
- // [ default ] interface IUnknown
- // interface IIMSMapLayer
- // interface ILayer
- // interface ICompositeLayer
- // interface ICompositeLayer2
- // interface IIdentify
- // interface IIdentify2
- // interface IGeoDataset
- // interface IPersistStream
- // interface IPersist
- // interface IDisplayAdmin
- // interface IDisplayAdmin2
- // interface ILayerPosition
- // interface IDataLayer
- // interface IDataLayer2
- // interface ILayerDrawingProperties
- // interface ILayerEffects
- // interface ILayerInfo
- // interface ILayerStatus
- // interface IPublishLayer
- // interface ILayerExtensions
- // interface ILayerGeneralProperties
- // interface IIdentifyGroup
- struct __declspec(uuid("0a97a894-d811-11d3-9ff4-00c04f6bc6a5"))
- IMSSymbolImporter;
- // [ default ] interface IUnknown
- // interface IIMSSymbolImporter
- struct __declspec(uuid("5523673e-fb83-4eec-af1c-68065f6f16f1"))
- IMSGlobeConnection;
- // [ default ] interface IUnknown
- // interface IIMSGlobeConnection
- struct __declspec(uuid("541e17b2-82c2-44a8-818e-ee6cb38201ae"))
- IMSGlobeXMLParser;
- // [ default ] interface IUnknown
- // interface IIMSGlobeXMLParser
- struct __declspec(uuid("71e912b7-82b9-4ce3-b411-420ea42c8f2d"))
- IMSGlobeXMLNode;
- // [ default ] interface IUnknown
- // interface IIMSGlobeXMLNode
- struct esriGpsPositionInfo
- {
- double latitude;
- double longitude;
- double altitude;
- short hours;
- short minutes;
- double seconds;
- short pos2dValid;
- short altitudeValid;
- short timeValid;
- short satellitesInUseValid;
- short satellitesInUse;
- short hdopValid;
- double hdop;
- };
- struct esriGpsDateTime
- {
- short day;
- short month;
- short year;
- short hour;
- short minute;
- double seconds;
- short timeValid;
- short dateValid;
- short localOffsetsValid;
- short localOffsetHours;
- short localOffsetMinutes;
- };
- struct esriGpsDgpsInfo
- {
- double age;
- long stationID;
- short ageValid;
- short idValid;
- };
- struct esriGpsMagneticVariance
- {
- double magneticVariance;
- short magVarValid;
- };
- struct esriGpsGroundCourse
- {
- double speed;
- double Heading;
- short speedValid;
- short headingValid;
- };
- struct esriGpsDOPInfo
- {
- double pdop;
- double hdop;
- double vdop;
- short pdopValid;
- short hdopValid;
- short vdopValid;
- };
- struct esriGpsSatelliteData
- {
- short prn;
- short elevation;
- short azimuth;
- short snr;
- };
- enum esriGpsLatLongFormat
- {
- esriGpsDegreesMinutesSeconds = 0,
- esriGpsDegreesMinutes = 1,
- esriGpsDecimalDegrees = 2
- };
- enum esriGpsStopBits
- {
- esriGpsStopBits1 = 0,
- esriGpsStopBits15 = 1,
- esriGpsStopBits2 = 2
- };
- enum esriGpsParity
- {
- esriGpsParityNone = 0,
- esriGpsParityOdd = 1,
- esriGpsParityEven = 2,
- esriGpsParityMark = 3,
- esriGpsParitySpace = 4
- };
- enum esriGpsSpeedUnits
- {
- esriGpsSpeedKph = 0,
- esriGpsSpeedMph = 1,
- esriGpsSpeedMps = 2,
- esriGpsSpeedFps = 3,
- esriGpsSpeedKnots = 4
- };
- enum esriGpsConnectionError
- {
- esriGpsConnectionErrorNone = 0,
- esriGpsConnectionErrorCommportInUse = 1,
- esriGpsConnectionErrorCommportNotSupported = 2,
- esriGpsConnectionErrorInApplication = 3,
- esriGpsConnectionErrorUnableToCommunicateToDevice = 4,
- esriGpsConnectionErrorInsufficientData = 5
- };
- enum esriGpsConnectionStatus
- {
- esriGpsConnectionStatusClosed = 0,
- esriGpsConnectionStatusOpen = 1,
- esriGpsConnectionStatusNoSignal = 2,
- esriGpsConnectionStatusPoorSignal = 3,
- esriGpsConnectionStatusReceiving = 4
- };
- struct __declspec(uuid("89c655c1-59e2-417e-954a-667b7a14c68e"))
- IPositionTrails : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_ShowMarkerTrails (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowMarkerTrails (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_MarkerTrailColorRamp (
- struct IColorRamp * * ppRamp ) = 0;
- virtual HRESULT __stdcall putref_MarkerTrailColorRamp (
- struct IColorRamp * ppRamp ) = 0;
- virtual HRESULT __stdcall get_MarkerTrailCount (
- long * pCount ) = 0;
- virtual HRESULT __stdcall put_MarkerTrailCount (
- long pCount ) = 0;
- virtual HRESULT __stdcall get_MarkerTrailDistance (
- double * pDistance ) = 0;
- virtual HRESULT __stdcall put_MarkerTrailDistance (
- double pDistance ) = 0;
- virtual HRESULT __stdcall get_MarkerTrailSymbol (
- struct IMarkerSymbol * * ppSymbol ) = 0;
- virtual HRESULT __stdcall putref_MarkerTrailSymbol (
- struct IMarkerSymbol * ppSymbol ) = 0;
- virtual HRESULT __stdcall get_ShowLinearTrail (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowLinearTrail (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_LinearTrailSymbol (
- struct ILineSymbol * * ppSymbol ) = 0;
- virtual HRESULT __stdcall putref_LinearTrailSymbol (
- struct ILineSymbol * ppSymbol ) = 0;
- virtual HRESULT __stdcall get_LinearTrailDistance (
- double * pDistance ) = 0;
- virtual HRESULT __stdcall put_LinearTrailDistance (
- double pDistance ) = 0;
- };
- struct __declspec(uuid("32c1c986-1df2-482f-9a7f-39d2e134e528"))
- IRealTimeLog : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_LogFile (
- struct IFeatureClass * * ppFeatureClass ) = 0;
- virtual HRESULT __stdcall putref_LogFile (
- struct IFeatureClass * ppFeatureClass ) = 0;
- virtual HRESULT __stdcall get_LogRate (
- double * pRate ) = 0;
- virtual HRESULT __stdcall put_LogRate (
- double pRate ) = 0;
- virtual HRESULT __stdcall get_MinimumLogDistance (
- double * pDistance ) = 0;
- virtual HRESULT __stdcall put_MinimumLogDistance (
- double pDistance ) = 0;
- virtual HRESULT __stdcall get_MinimumLogDeflectionAngle (
- double * pAngle ) = 0;
- virtual HRESULT __stdcall put_MinimumLogDeflectionAngle (
- double pAngle ) = 0;
- virtual HRESULT __stdcall get_UseLogRate (
- VARIANT_BOOL * pUse ) = 0;
- virtual HRESULT __stdcall put_UseLogRate (
- VARIANT_BOOL pUse ) = 0;
- virtual HRESULT __stdcall get_UseMinimumLogDistance (
- VARIANT_BOOL * pUse ) = 0;
- virtual HRESULT __stdcall put_UseMinimumLogDistance (
- VARIANT_BOOL pUse ) = 0;
- virtual HRESULT __stdcall get_UseMinimumLogDeflectionAngle (
- VARIANT_BOOL * pUse ) = 0;
- virtual HRESULT __stdcall put_UseMinimumLogDeflectionAngle (
- VARIANT_BOOL pUse ) = 0;
- virtual HRESULT __stdcall StartLogging ( ) = 0;
- virtual HRESULT __stdcall StopLogging ( ) = 0;
- virtual HRESULT __stdcall get_IsLogging (
- VARIANT_BOOL * pLogging ) = 0;
- virtual HRESULT __stdcall StampGpsPosition ( ) = 0;
- virtual HRESULT __stdcall put_LogEstimatedPosition (
- VARIANT_BOOL pLogEstimated ) = 0;
- virtual HRESULT __stdcall get_LogEstimatedPosition (
- VARIANT_BOOL * pLogEstimated ) = 0;
- };
- struct __declspec(uuid("0f9c0eec-6e0b-44b2-9ea5-3625af49b242"))
- IRealTimeDestination : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_DestinationLocation (
- struct IPoint * * ppPoint ) = 0;
- virtual HRESULT __stdcall put_DestinationLocation (
- struct IPoint * ppPoint ) = 0;
- virtual HRESULT __stdcall get_DestinationSymbol (
- struct IMarkerSymbol * * ppSymbol ) = 0;
- virtual HRESULT __stdcall putref_DestinationSymbol (
- struct IMarkerSymbol * ppSymbol ) = 0;
- virtual HRESULT __stdcall get_DestinationLabel (
- BSTR * Label ) = 0;
- virtual HRESULT __stdcall put_DestinationLabel (
- BSTR Label ) = 0;
- virtual HRESULT __stdcall get_DestinationTextSymbol (
- struct ITextSymbol * * ppSymbol ) = 0;
- virtual HRESULT __stdcall putref_DestinationTextSymbol (
- struct ITextSymbol * ppSymbol ) = 0;
- virtual HRESULT __stdcall get_ShowBearingToDestination (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowBearingToDestination (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_BearingToDestinationSymbol (
- struct IMarkerSymbol * * ppSymbol ) = 0;
- virtual HRESULT __stdcall putref_BearingToDestinationSymbol (
- struct IMarkerSymbol * ppSymbol ) = 0;
- };
- struct __declspec(uuid("c5b924eb-54da-4591-b90d-ff3659a4b1b5"))
- IRealTimeFeedSnap : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_SnapLayers (
- struct IArray * * ppArray ) = 0;
- virtual HRESULT __stdcall putref_SnapLayers (
- struct IArray * ppArray ) = 0;
- virtual HRESULT __stdcall get_SnapDistance (
- double * pDistance ) = 0;
- virtual HRESULT __stdcall put_SnapDistance (
- double pDistance ) = 0;
- virtual HRESULT __stdcall get_SnapToVertices (
- VARIANT_BOOL * pSnap ) = 0;
- virtual HRESULT __stdcall put_SnapToVertices (
- VARIANT_BOOL pSnap ) = 0;
- virtual HRESULT __stdcall get_SnapToLines (
- VARIANT_BOOL * pSnap ) = 0;
- virtual HRESULT __stdcall put_SnapToLines (
- VARIANT_BOOL pSnap ) = 0;
- virtual HRESULT __stdcall get_SnapToNodes (
- VARIANT_BOOL * pSnap ) = 0;
- virtual HRESULT __stdcall put_SnapToNodes (
- VARIANT_BOOL pSnap ) = 0;
- };
- struct __declspec(uuid("57736c36-7c6e-4c58-b8cb-b1efb385b47c"))
- IRealTimeFeed : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall Start ( ) = 0;
- virtual HRESULT __stdcall Stop ( ) = 0;
- virtual HRESULT __stdcall get_SpatialReference (
- struct ISpatialReference * * ppSpatialReference ) = 0;
- virtual HRESULT __stdcall putref_SpatialReference (
- struct ISpatialReference * ppSpatialReference ) = 0;
- virtual HRESULT __stdcall get_Status (
- enum esriGpsConnectionStatus * pStatus ) = 0;
- virtual HRESULT __stdcall get_CurrentPosition (
- struct esriGpsPositionInfo * pInfo ) = 0;
- virtual HRESULT __stdcall get_CurrentSatelliteCount (
- long * pCount ) = 0;
- virtual HRESULT __stdcall get_CurrentSatelliteData (
- long Index,
- struct esriGpsSatelliteData * pData ) = 0;
- virtual HRESULT __stdcall get_CurrentMagneticVariance (
- struct esriGpsMagneticVariance * pMagneticVar ) = 0;
- virtual HRESULT __stdcall get_CurrentGroundCourse (
- struct esriGpsGroundCourse * pGroundCourse ) = 0;
- virtual HRESULT __stdcall get_CurrentDopInfo (
- struct esriGpsDOPInfo * pdop ) = 0;
- virtual HRESULT __stdcall get_CurrentDateTime (
- struct esriGpsDateTime * pDateTime ) = 0;
- virtual HRESULT __stdcall get_CurrentDgpsInfo (
- struct esriGpsDgpsInfo * pDGPSInfo ) = 0;
- virtual HRESULT __stdcall get_ConnectionError (
- enum esriGpsConnectionError * pError ) = 0;
- };
- struct __declspec(uuid("34c8784f-8293-4f07-bda9-ca04f6b56e64"))
- IGpsDisplayProperties : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_MinimumDisplayRate (
- double * pRate ) = 0;
- virtual HRESULT __stdcall put_MinimumDisplayRate (
- double pRate ) = 0;
- virtual HRESULT __stdcall get_UseMinimumDisplayRate (
- VARIANT_BOOL * pUse ) = 0;
- virtual HRESULT __stdcall put_UseMinimumDisplayRate (
- VARIANT_BOOL pUse ) = 0;
- virtual HRESULT __stdcall get_ShowCurrentPosition (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowCurrentPosition (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_BaseMarkerSymbol (
- struct IMarkerSymbol * * ppMarker ) = 0;
- virtual HRESULT __stdcall putref_BaseMarkerSymbol (
- struct IMarkerSymbol * ppMarker ) = 0;
- virtual HRESULT __stdcall get_ShowEstimatedPosition (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowEstimatedPosition (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_EstimatedPositionSymbol (
- struct IMarkerSymbol * * ppMarker ) = 0;
- virtual HRESULT __stdcall putref_EstimatedPositionSymbol (
- struct IMarkerSymbol * ppMarker ) = 0;
- virtual HRESULT __stdcall put_ShowCurrentAltitude (
- VARIANT_BOOL pShowVariation ) = 0;
- virtual HRESULT __stdcall get_ShowCurrentAltitude (
- VARIANT_BOOL * pShowVariation ) = 0;
- virtual HRESULT __stdcall get_ShowCurrentBearing (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowCurrentBearing (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_ShowCurrentSpeed (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowCurrentSpeed (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall put_ShowMarkerTrailAltitude (
- VARIANT_BOOL pShowVariation ) = 0;
- virtual HRESULT __stdcall get_ShowMarkerTrailAltitude (
- VARIANT_BOOL * pShowVariation ) = 0;
- virtual HRESULT __stdcall get_ShowMarkerTrailBearing (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowMarkerTrailBearing (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_ShowMarkerTrailSpeed (
- VARIANT_BOOL * pShow ) = 0;
- virtual HRESULT __stdcall put_ShowMarkerTrailSpeed (
- VARIANT_BOOL pShow ) = 0;
- virtual HRESULT __stdcall get_SpeedUnits (
- enum esriGpsSpeedUnits * pUnits ) = 0;
- virtual HRESULT __stdcall put_SpeedUnits (
- enum esriGpsSpeedUnits pUnits ) = 0;
- virtual HRESULT __stdcall get_LowSpeedValue (
- double * pSpeed ) = 0;
- virtual HRESULT __stdcall put_LowSpeedValue (
- double pSpeed ) = 0;
- virtual HRESULT __stdcall putref_SpeedColorRamp (
- struct IColorRamp * ppColorRamp ) = 0;
- virtual HRESULT __stdcall get_SpeedColorRamp (
- struct IColorRamp * * ppColorRamp ) = 0;
- virtual HRESULT __stdcall get_LowAltitudeValue (
- double * pAltitude ) = 0;
- virtual HRESULT __stdcall put_LowAltitudeValue (
- double pAltitude ) = 0;
- virtual HRESULT __stdcall get_HighAltitudeValue (
- double * pAltitude ) = 0;
- virtual HRESULT __stdcall put_HighAltitudeValue (
- double pAltitude ) = 0;
- virtual HRESULT __stdcall get_LowAltitudeSize (
- double * pSize ) = 0;
- virtual HRESULT __stdcall put_LowAltitudeSize (
- double pSize ) = 0;
- virtual HRESULT __stdcall get_HighSpeedValue (
- double * pSize ) = 0;
- virtual HRESULT __stdcall put_HighSpeedValue (
- double pSize ) = 0;
- virtual HRESULT __stdcall get_HighAltitudeSize (
- double * pSize ) = 0;
- virtual HRESULT __stdcall put_HighAltitudeSize (
- double pSize ) = 0;
- virtual HRESULT __stdcall put_AutoPan (
- VARIANT_BOOL AutoPan ) = 0;
- virtual HRESULT __stdcall get_AutoPan (
- VARIANT_BOOL * AutoPan ) = 0;
- virtual HRESULT __stdcall put_AltitudeUnits (
- enum esriUnits pAltitudeUnits ) = 0;
- virtual HRESULT __stdcall get_AltitudeUnits (
- enum esriUnits * pAltitudeUnits ) = 0;
- virtual HRESULT __stdcall put_LatLongDisplayFormat (
- enum esriGpsLatLongFormat latLongFormat ) = 0;
- virtual HRESULT __stdcall get_LatLongDisplayFormat (
- enum esriGpsLatLongFormat * latLongFormat ) = 0;
- virtual HRESULT __stdcall get_PositionsExtent (
- struct IEnvelope * * ppExtent ) = 0;
- virtual HRESULT __stdcall RefreshGpsDisplay ( ) = 0;
- virtual HRESULT __stdcall ClearGpsDisplay ( ) = 0;
- };
- struct __declspec(uuid("f5570bc4-13ab-49ed-86a4-13488447a3fe"))
- IGpsConnection : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_CommPort (
- short * pNumber ) = 0;
- virtual HRESULT __stdcall put_CommPort (
- short pNumber ) = 0;
- virtual HRESULT __stdcall get_BaudRate (
- short * pRate ) = 0;
- virtual HRESULT __stdcall put_BaudRate (
- short pRate ) = 0;
- virtual HRESULT __stdcall get_DataBits (
- short * pDataBits ) = 0;
- virtual HRESULT __stdcall put_DataBits (
- short pDataBits ) = 0;
- virtual HRESULT __stdcall get_StopBits (
- enum esriGpsStopBits * pStopBits ) = 0;
- virtual HRESULT __stdcall put_StopBits (
- enum esriGpsStopBits pStopBits ) = 0;
- virtual HRESULT __stdcall get_Parity (
- enum esriGpsParity * pParity ) = 0;
- virtual HRESULT __stdcall put_Parity (
- enum esriGpsParity pParity ) = 0;
- };
- struct __declspec(uuid("ce81418e-072a-42b5-81d6-47409d79082c"))
- IGpsFeed : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Connection (
- struct IGpsConnection * * ppConnection ) = 0;
- virtual HRESULT __stdcall putref_Connection (
- struct IGpsConnection * ppConnection ) = 0;
- virtual HRESULT __stdcall get_TestStatus (
- enum esriGpsConnectionStatus * pStatus ) = 0;
- };
- struct __declspec(uuid("9e109b23-9311-4b76-ab9a-7ed5ce07c08e"))
- IRealTimeFeedEvents : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall PositionUpdated (
- struct esriGpsPositionInfo * position,
- VARIANT_BOOL estimate ) = 0;
- virtual HRESULT __stdcall MagneticVarianceUpdated (
- struct esriGpsMagneticVariance * pMagneticVar ) = 0;
- virtual HRESULT __stdcall GroundCourseUpdated (
- struct esriGpsGroundCourse * pGroundCourse ) = 0;
- virtual HRESULT __stdcall DopInfoUpdated (
- struct esriGpsDOPInfo * pdop ) = 0;
- virtual HRESULT __stdcall SatelliteInfoUpdated (
- long satelliteCount ) = 0;
- virtual HRESULT __stdcall DateTimeUpdated (
- struct esriGpsDateTime * pNewDateTime ) = 0;
- virtual HRESULT __stdcall DgpsInfoUpdated (
- struct esriGpsDgpsInfo * pNewDGPSInfo ) = 0;
- virtual HRESULT __stdcall ConnectionStatusUpdated (
- enum esriGpsConnectionStatus * pConnectionStatus ) = 0;
- };
- struct __declspec(uuid("a062c77e-53e6-4a6a-8e22-14c7a73540fe"))
- IRealTimeFeedSimulator : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_FeatureLayer (
- struct IFeatureLayer * * ppSimulationData ) = 0;
- virtual HRESULT __stdcall putref_FeatureLayer (
- struct IFeatureLayer * ppSimulationData ) = 0;
- virtual HRESULT __stdcall get_FixedTime (
- VARIANT_BOOL * pFixed ) = 0;
- virtual HRESULT __stdcall put_FixedTime (
- VARIANT_BOOL pFixed ) = 0;
- virtual HRESULT __stdcall get_TimeIncrement (
- double * pIncrement ) = 0;
- virtual HRESULT __stdcall put_TimeIncrement (
- double pIncrement ) = 0;
- virtual HRESULT __stdcall get_TimeField (
- BSTR * pFieldName ) = 0;
- virtual HRESULT __stdcall put_TimeField (
- BSTR pFieldName ) = 0;
- virtual HRESULT __stdcall get_TimeFactor (
- double * pFactor ) = 0;
- virtual HRESULT __stdcall put_TimeFactor (
- double pFactor ) = 0;
- };
- struct __declspec(uuid("bf309fcd-69af-4311-8803-c4960f378659"))
- IRealTimeFeedManager : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_RealTimeFeed (
- struct IRealTimeFeed * * ppRealTimeFeed ) = 0;
- virtual HRESULT __stdcall putref_RealTimeFeed (
- struct IRealTimeFeed * ppRealTimeFeed ) = 0;
- virtual HRESULT __stdcall get_Map (
- struct IMap * * ppMap ) = 0;
- virtual HRESULT __stdcall putref_Map (
- struct IMap * ppMap ) = 0;
- virtual HRESULT __stdcall get_GpsFeed (
- struct IGpsFeed * * ppGpsFeed ) = 0;
- virtual HRESULT __stdcall get_RealTimeFeedSimulator (
- struct IRealTimeFeedSimulator * * ppRealTimeFeedSimulator ) = 0;
- };
- struct __declspec(uuid("0549f827-b3f4-4fc8-83ce-fbf6e5464f49"))
- IRealTimeFeedManagerEvents : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall RealTimeFeedChanged ( ) = 0;
- virtual HRESULT __stdcall PositionUpdated (
- struct esriGpsPositionInfo * position,
- VARIANT_BOOL estimate ) = 0;
- virtual HRESULT __stdcall MagneticVarianceUpdated (
- struct esriGpsMagneticVariance * pMagneticVar ) = 0;
- virtual HRESULT __stdcall GroundCourseUpdated (
- struct esriGpsGroundCourse * pGroundCourse ) = 0;
- virtual HRESULT __stdcall DopInfoUpdated (
- struct esriGpsDOPInfo * pdop ) = 0;
- virtual HRESULT __stdcall SatelliteInfoUpdated (
- long satelliteCount ) = 0;
- virtual HRESULT __stdcall DateTimeUpdated (
- struct esriGpsDateTime * pNewDateTime ) = 0;
- virtual HRESULT __stdcall DgpsInfoUpdated (
- struct esriGpsDgpsInfo * pNewDGPSInfo ) = 0;
- virtual HRESULT __stdcall ConnectionStatusUpdated (
- enum esriGpsConnectionStatus * pConnectionStatus ) = 0;
- };
- struct __declspec(uuid("419d9d0e-ced4-4fe0-8be0-5a7c3dccb214"))
- GpsFeed;
- // [ default ] interface IUnknown
- // interface IRealTimeFeed
- // interface IGpsFeed
- // interface IPersistStream
- // interface IConnectionPointContainer
- // [ default, source ] interface IRealTimeFeedEvents
- struct __declspec(uuid("8349d7d0-d5ec-41e5-9d14-c896f8617c3d"))
- GpsConnection;
- // [ default ] interface IUnknown
- // interface IGpsConnection
- // interface IPersistStream
- struct __declspec(uuid("d2f9a918-9de3-42b4-9684-6e6461562d88"))
- RealTimeFeedManager;
- // [ default ] interface IUnknown
- // interface IRealTimeFeedManager
- // interface IGpsDisplayProperties
- // interface IPositionTrails
- // interface IRealTimeLog
- // interface IRealTimeDestination
- // interface IRealTimeFeedSnap
- // interface IPersistStream
- // interface IRealTimeFeedEvents
- // interface IActiveViewEvents
- // interface IConnectionPointContainer
- // [ default, source ] interface IRealTimeFeedManagerEvents
- struct __declspec(uuid("e10c2bac-6b84-49e5-b50d-28e2f07da2be"))
- RealTimeFeedSimulator;
- // [ default ] interface IUnknown
- // interface IRealTimeFeed
- // interface IRealTimeFeedSimulator
- // interface IPersistStream
- // interface IConnectionPointContainer
- // [ default, source ] interface IRealTimeFeedEvents
- //
- // Named GUID constants initializations
- //
- extern "C" const GUID __declspec(selectany) LIBID_esriCarto =
- {0x45ac68ff,0xdeff,0x4884,{0xb3,0xa9,0x7d,0x88,0x2e,0xdc,0xae,0xf1}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRenderer =
- {0x6f5322d1,0x3790,0x11d2,{0x8d,0x26,0x00,0x00,0xf8,0x78,0x05,0x35}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRenderer2 =
- {0x36695416,0x2a62,0x4f24,{0xa9,0x7c,0x5b,0x60,0xf4,0x0c,0xf3,0x11}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRendererInfo =
- {0x2546feb5,0x7334,0x41c7,{0x91,0x60,0x0b,0x15,0xba,0x62,0xc8,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRendererColorRamp =
- {0x04402b9e,0x6136,0x4ba4,{0xa5,0xf7,0x50,0xfd,0xbc,0x24,0x5d,0x9c}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRendererMaker =
- {0x7c84e06a,0xc743,0x11d4,{0xb2,0x90,0x00,0x50,0x8b,0xcd,0xc7,0xc8}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRendererMaker2 =
- {0xf21306ec,0xf028,0x4325,{0xad,0x52,0x52,0xb6,0x16,0xb8,0x11,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDisplayProps =
- {0xa6a46058,0x92f3,0x11d3,{0xab,0xa5,0x00,0x08,0xc7,0x3f,0xca,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_IRasterUniqueValueRenderer =
- {0x279369a8,0x57da,0x11d2,{0xaa,0xb1,0x00,0xc0,0x4f,0xa3,0x34,0x16}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRendererUniqueValues =
- {0x58e9fbff,0xc3ad,0x4baa,{0x92,0x58,0xaa,0x39,0x02,0xe7,0x3b,0xc9}};
- extern "C" const GUID __declspec(selectany) IID_IRasterClassifyColorRampRenderer =
- {0x4de26f22,0xa01f,0x11d2,{0xaa,0xe7,0x00,0xc0,0x4f,0xa3,0x34,0x16}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDataExclusion =
- {0x3fe0401e,0x8806,0x11d3,{0xa6,0x4f,0x00,0x08,0xc7,0xdf,0x89,0x89}};
- extern "C" const GUID __declspec(selectany) IID_IRasterClassifyUIProperties =
- {0x75f3c010,0x7a8c,0x11d3,{0x9c,0x4f,0x00,0xc0,0x4f,0x5a,0xa6,0xed}};
- extern "C" const GUID __declspec(selectany) IID_IRasterStretch =
- {0x48bb9988,0x8250,0x11d3,{0xab,0xa2,0x00,0x08,0xc7,0x3f,0xca,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_IRasterStretch2 =
- {0x51ee1518,0x7261,0x4fdd,{0x99,0xc7,0xb4,0xe3,0x5c,0xfc,0x7d,0xa0}};
- extern "C" const GUID __declspec(selectany) IID_IRasterStretchMinMax =
- {0xca38a249,0x94fe,0x45d0,{0x94,0x03,0xd3,0xa8,0xa3,0x91,0x19,0x43}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRGBRenderer =
- {0x577f186f,0x7037,0x11d2,{0x9f,0x29,0x00,0xc0,0x4f,0x8e,0xd1,0xd7}};
- extern "C" const GUID __declspec(selectany) IID_IRasterStretchColorRampRenderer =
- {0xa301a3b1,0x74d7,0x11d2,{0x9f,0x29,0x00,0xc0,0x4f,0x8e,0xd1,0xd7}};
- extern "C" const GUID __declspec(selectany) IID_IRasterRendererClassInfo =
- {0x0f3e50d0,0x3194,0x11d4,{0xa6,0x6c,0x00,0x08,0xc7,0xdf,0x89,0x89}};
- extern "C" const GUID __declspec(selectany) IID_IEnumRasterUniqueValueColor =
- {0xfafdb8b5,0x5fe3,0x11d2,{0x9f,0x24,0x00,0xc0,0x4f,0x8e,0xd1,0xd7}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCatalogRendererPicker =
- {0x9f6d682c,0x1e2e,0x4b27,{0xa1,0xfb,0x37,0xc6,0x4c,0xd1,0x36,0xf9}};
- extern "C" const GUID __declspec(selectany) IID_IColorChannelMapping =
- {0x8d12e222,0x2507,0x41b5,{0xa2,0x1c,0x5a,0x56,0xa0,0x31,0x70,0x5b}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterRendererMakerDefault =
- {0x74126b8c,0xc743,0x11d4,{0xb2,0x90,0x00,0x50,0x8b,0xcd,0xc7,0xc8}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterUniqueValueRenderer =
- {0x0842b595,0x4f2f,0x11d2,{0x9f,0x43,0x00,0xc0,0x4f,0x8e,0xce,0x3d}};
- extern "C" const GUID __declspec(selectany) IID_IIdentify =
- {0x83033a90,0xd19f,0x11d2,{0x8c,0xd0,0x00,0xc0,0x4f,0x5b,0x95,0x1e}};
- extern "C" const GUID __declspec(selectany) IID_ILegendInfo =
- {0x167c5ea1,0xaf20,0x11d1,{0x88,0x17,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ILegendGroup =
- {0x167c5e9f,0xaf20,0x11d1,{0x88,0x17,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ILegendClass =
- {0x167c5e9e,0xaf20,0x11d1,{0x88,0x17,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ILegendClassFormat =
- {0x52aa5bc2,0xcb21,0x11d0,{0x87,0xf9,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ILinePatch =
- {0xbeb4edb7,0xe3b4,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IAreaPatch =
- {0xbeb4edb6,0xe3b4,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ILegendItem =
- {0x52aa5bc0,0xcb21,0x11d0,{0x87,0xf9,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ILayer =
- {0x34c20002,0x4d3c,0x11d0,{0x92,0xd8,0x00,0x80,0x5f,0x7c,0x28,0xb0}};
- extern "C" const GUID __declspec(selectany) IID_ILegendFormat =
- {0x52aa5bc1,0xcb21,0x11d0,{0x87,0xf9,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IEnumElement =
- {0xdd94d769,0x836d,0x11d0,{0x87,0xec,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IElement =
- {0x9b001319,0x9ed7,0x11d0,{0x85,0x9e,0x08,0x00,0x09,0x1a,0x2a,0x72}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterClassifyColorRampRenderer =
- {0xce8b2f44,0xa027,0x11d2,{0xaa,0xe7,0x00,0xc0,0x4f,0xa3,0x34,0x16}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterRGBRenderer =
- {0x577f1870,0x7037,0x11d2,{0x9f,0x29,0x00,0xc0,0x4f,0x8e,0xd1,0xd7}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterStretchColorRampRenderer =
- {0xa301a3b2,0x74d7,0x11d2,{0x9f,0x29,0x00,0xc0,0x4f,0x8e,0xd1,0xd7}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterColormapRenderer =
- {0x3b8283fa,0x1bd4,0x4212,{0xb3,0x85,0x19,0xe7,0x7b,0x9e,0x0d,0x3b}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterCatalogRendererPickerDefault =
- {0xf8cb579b,0x108a,0x4493,{0x89,0x15,0x26,0xa0,0xd0,0x39,0xd5,0x49}};
- extern "C" const GUID __declspec(selectany) IID_ILayer2 =
- {0x599dee2e,0x2182,0x4e54,{0x8a,0x86,0x72,0x51,0x45,0xc9,0xd9,0x89}};
- extern "C" const GUID __declspec(selectany) IID_ITemporaryLayer =
- {0xfceff094,0x8e6a,0x4972,{0x9b,0xb4,0x42,0x9c,0x71,0xb0,0x72,0x89}};
- extern "C" const GUID __declspec(selectany) IID_ILayerExtensions =
- {0xbb6a78ca,0x9c28,0x4f75,{0x89,0x9f,0xdf,0xf6,0x51,0x74,0x08,0x2c}};
- extern "C" const GUID __declspec(selectany) IID_IDataLayerExtension =
- {0xe89f2d52,0x64d3,0x11d4,{0x80,0xf0,0x00,0xc0,0x4f,0xa0,0xad,0xf8}};
- extern "C" const GUID __declspec(selectany) IID_ICompositeLayer =
- {0xba119bc4,0x939a,0x11d2,{0xa2,0xf4,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_ICompositeLayer2 =
- {0x88130d17,0x5762,0x453a,{0x96,0xcf,0x8e,0x75,0x03,0xfa,0x1a,0xa0}};
- extern "C" const GUID __declspec(selectany) IID_IEnumLayer =
- {0x95d967b0,0x4eea,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_ILayerFactory =
- {0xcc6d3d71,0x48b4,0x11d0,{0x92,0xd7,0x00,0x80,0x5f,0x7c,0x28,0xb0}};
- extern "C" const GUID __declspec(selectany) IID_IBarrierProperties =
- {0x01c12b91,0xa3fb,0x11d2,{0xa2,0xfe,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IBarrierProperties2 =
- {0xe2d07333,0x5605,0x4ea6,{0x87,0xbd,0x78,0x30,0x92,0x74,0x52,0xe0}};
- extern "C" const GUID __declspec(selectany) IID_ILayerEvents =
- {0xbda426b2,0xa692,0x11d2,{0xa3,0x00,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IDataLayer =
- {0x6ca416b1,0xe160,0x11d2,{0x9f,0x4e,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IDataLayer2 =
- {0xe9d11f65,0x6936,0x4408,{0xb6,0x9f,0xd9,0x15,0x52,0xeb,0x9c,0x4a}};
- extern "C" const GUID __declspec(selectany) IID_ILayerDrawingProperties =
- {0x251c3e11,0xf119,0x11d2,{0x9f,0x5e,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_ILayerInfo =
- {0x274419e1,0x0f5c,0x11d3,{0x9b,0xfd,0x00,0xc0,0x4f,0x5b,0x95,0x1e}};
- extern "C" const GUID __declspec(selectany) IID_ILayerEffects =
- {0x09998199,0x1fb8,0x11d3,{0xab,0x4e,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ILayerPosition =
- {0xc0dc8820,0xe10f,0x4285,{0xaa,0xb1,0x6c,0x6b,0x68,0x5d,0xbb,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IAttributeTable =
- {0x07f3186c,0xaf91,0x4ad6,{0xbf,0x67,0x11,0x16,0x7d,0x0f,0x8f,0x60}};
- extern "C" const GUID __declspec(selectany) IID_ILayerStatus =
- {0xed4721d6,0x3e0d,0x4110,{0x93,0x24,0x8c,0xce,0x8d,0x28,0x01,0xef}};
- extern "C" const GUID __declspec(selectany) IID_IPublishLayer =
- {0x7453c805,0x9d64,0x44a6,{0xbf,0x2f,0x73,0xe4,0x77,0xdc,0xe1,0x8f}};
- extern "C" const GUID __declspec(selectany) IID_ISecureLayer =
- {0xd047a6a9,0xd445,0x4921,{0xa1,0xe9,0x72,0xd8,0xb8,0xa2,0x81,0x3a}};
- extern "C" const GUID __declspec(selectany) IID_ILayerDrawingPhase =
- {0xeef01b2d,0x8fe1,0x4759,{0x8b,0x93,0x51,0xee,0x22,0xde,0xd7,0x0a}};
- extern "C" const GUID __declspec(selectany) IID_ILicensedComponent =
- {0xaaa6c7a9,0x8c4c,0x4fd6,{0xa8,0x1c,0x8e,0xae,0xac,0xb0,0xb9,0x4a}};
- extern "C" const GUID __declspec(selectany) IID_ILayerGeneralProperties =
- {0x2425b413,0x1ffc,0x4407,{0xb9,0xf0,0xb4,0xac,0x9e,0xd5,0x0b,0xde}};
- extern "C" const GUID __declspec(selectany) IID_IDrawAnnotationGeometry =
- {0x4944d2af,0x6a5e,0x42d0,{0xa3,0x3c,0x41,0x29,0x28,0x57,0x20,0xfc}};
- extern "C" const GUID __declspec(selectany) IID_ILayerSymbologyExtents =
- {0x02cbda2f,0xd2e8,0x4b28,{0xaf,0x9c,0x71,0xcb,0x09,0x62,0x13,0xe1}};
- extern "C" const GUID __declspec(selectany) IID_IIdentifyObj =
- {0x3947c520,0xd34a,0x11d2,{0x8c,0xd0,0x00,0xc0,0x4f,0x5b,0x95,0x1e}};
- extern "C" const GUID __declspec(selectany) IID_IIdentify2 =
- {0x0483dc2f,0x8726,0x4640,{0x98,0xcd,0x58,0x88,0xff,0x1a,0x4f,0xa4}};
- extern "C" const GUID __declspec(selectany) IID_IIdentifyObject =
- {0xef0720ee,0x761e,0x4bed,{0xa5,0x48,0x61,0x59,0x66,0x90,0xe7,0x14}};
- extern "C" const GUID __declspec(selectany) IID_IIdentifyGroup =
- {0x543ecd8a,0xb231,0x4fd1,{0xa1,0x14,0x3a,0x69,0xf9,0x83,0x93,0x3e}};
- extern "C" const GUID __declspec(selectany) CLSID_LegendGroups =
- {0x93942eb3,0x2cd2,0x4bfe,{0x99,0x37,0x38,0x0e,0xc7,0xd0,0x6e,0x1f}};
- extern "C" const GUID __declspec(selectany) IID_ILegendGroups =
- {0x5115c4f3,0xe87b,0x45f3,{0x9e,0x11,0x0c,0xde,0x2a,0xef,0x2b,0xef}};
- extern "C" const GUID __declspec(selectany) CLSID_LegendClasses =
- {0x3507992d,0x7701,0x4db7,{0x9e,0x4e,0x46,0xf9,0x96,0x75,0xcb,0x6a}};
- extern "C" const GUID __declspec(selectany) IID_ILegendClasses =
- {0x0314af0b,0x5f97,0x4be4,{0xaa,0x97,0xbc,0x8e,0xb1,0x46,0x0e,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IFind =
- {0x9fe681e6,0xba4e,0x4729,{0x83,0x01,0x8f,0x15,0xa1,0x54,0x41,0x40}};
- extern "C" const GUID __declspec(selectany) IID_IFindObj =
- {0xfa4d443a,0xde20,0x4c9f,{0xa5,0x76,0x7f,0x46,0x6a,0x85,0xc9,0x61}};
- extern "C" const GUID __declspec(selectany) IID_IFindObject =
- {0x66c47e6a,0xeb84,0x42e6,{0xae,0xb9,0x68,0x61,0x08,0xf4,0x9c,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_IGeoReference =
- {0xe70e1cc1,0xe5c6,0x11d3,{0xb9,0xc5,0x00,0xc0,0xf0,0x56,0x7a,0x4a}};
- extern "C" const GUID __declspec(selectany) IID_IGeoRefSaveAsDlg =
- {0x6c0b842c,0xfeb1,0x4380,{0x92,0x11,0xca,0xf8,0x7e,0x73,0x20,0x30}};
- extern "C" const GUID __declspec(selectany) IID_IPatch =
- {0xbeb4edb5,0xe3b4,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ILegendLayout =
- {0xa7e5770d,0xec6a,0x11d2,{0xb8,0x6e,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ILegendItem2 =
- {0x7d23f970,0xd5a6,0x4c1c,{0x86,0x18,0x3c,0xc7,0xb5,0x83,0x9e,0xfa}};
- extern "C" const GUID __declspec(selectany) IID_ILegendItem3 =
- {0x1dc64b35,0x9613,0x4007,{0xbe,0xc5,0x3a,0xd4,0xf1,0xb9,0xdf,0xb7}};
- extern "C" const GUID __declspec(selectany) CLSID_LegendClass =
- {0x167c5ea3,0xaf20,0x11d1,{0x88,0x17,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_LegendClassFormat =
- {0x7a3f91e6,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_LegendGroup =
- {0x167c5ea2,0xaf20,0x11d1,{0x88,0x17,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_AreaPatch =
- {0x2066267e,0xe3b8,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_LinePatch =
- {0x2066267f,0xe3b8,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IBorder =
- {0xe4240307,0xdd41,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IBackground =
- {0xe4240309,0xdd41,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IFrameElement =
- {0x9b00131a,0x9ed7,0x11d0,{0x85,0x9e,0x08,0x00,0x09,0x1a,0x2a,0x72}};
- extern "C" const GUID __declspec(selectany) IID_IElementCollection =
- {0xce8f3971,0xe9be,0x11d1,{0xa2,0x32,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IElementCollection2 =
- {0xb2bfc403,0x6b4c,0x4490,{0x88,0x78,0xea,0x62,0xc4,0xf4,0x97,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ILayerFactoryHelper =
- {0xcc527850,0xcee4,0x11d5,{0xa9,0xe6,0x00,0x10,0x4b,0xb6,0xfc,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_ILayerPropertySheet =
- {0x2eef47a6,0x9527,0x4d1a,{0xa4,0x52,0xcd,0xdd,0xf4,0xc5,0xe0,0x80}};
- extern "C" const GUID __declspec(selectany) CLSID_FieldInfo =
- {0xa2baae2d,0x969b,0x11d2,{0xae,0x77,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_FrameElement =
- {0xe01ba2c5,0x24b2,0x11d3,{0xb8,0xaa,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IElementProperties =
- {0x86f32b61,0x7667,0x11d2,{0xa2,0xd3,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IElementProperties2 =
- {0x7d019a0d,0xf450,0x48fe,{0x8a,0x78,0xa2,0xf0,0xcb,0x8e,0xf3,0xa4}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicElement =
- {0xc5c980f9,0x145e,0x11d3,{0x9f,0x88,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IBoundsProperties =
- {0x7ad72c5d,0xeb8a,0x11d3,{0x93,0x14,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IFrameDraw =
- {0xcf387183,0x1698,0x4463,{0xb5,0xf5,0x67,0x92,0x54,0x65,0x81,0x2e}};
- extern "C" const GUID __declspec(selectany) IID_IFrameProperties =
- {0xd1b1b855,0x5885,0x4d7f,{0xa4,0x44,0xa0,0x2e,0x3e,0x10,0x78,0xc3}};
- extern "C" const GUID __declspec(selectany) IID_IShadow =
- {0xa9258348,0x1753,0x4b99,{0x82,0x0a,0xfc,0xf7,0x44,0x29,0xab,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_BmpPictureElement =
- {0x827b9a91,0xc067,0x11d2,{0x9f,0x22,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) IID_IPictureElement =
- {0xc0a341c2,0xcfe2,0x11d1,{0x91,0x40,0x00,0x00,0xf8,0x78,0x08,0xee}};
- extern "C" const GUID __declspec(selectany) IID_IPictureElement2 =
- {0xc0a341c3,0xcfe2,0x11d1,{0x91,0x40,0x00,0x00,0xf8,0x78,0x08,0xee}};
- extern "C" const GUID __declspec(selectany) IID_IOlePictureElement =
- {0x1a082f15,0xc06f,0x11d2,{0x9f,0x22,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) CLSID_LayerEventsHelper =
- {0xd9af98bd,0x916f,0x11d3,{0x9f,0x50,0x00,0xc0,0x4f,0x6b,0xc9,0x79}};
- extern "C" const GUID __declspec(selectany) CLSID_DummyLayer =
- {0x238ccd19,0x7fbc,0x11d2,{0x87,0xdc,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_DummyGraduatedMarkerLayer =
- {0x238ccd1a,0x7fbc,0x11d2,{0x87,0xdc,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_LayerFactoryHelper =
- {0xcc527851,0xcee4,0x11d5,{0xa9,0xe6,0x00,0x10,0x4b,0xb6,0xfc,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_IMapSurroundFrame =
- {0x9b00131c,0x9ed7,0x11d0,{0x85,0x9e,0x08,0x00,0x09,0x1a,0x2a,0x72}};
- extern "C" const GUID __declspec(selectany) IID_IMapSurround =
- {0xfe3115e9,0xed6c,0x11d0,{0x86,0x83,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IMap =
- {0xe6bdaa75,0x4d35,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicsLayer =
- {0x34b2ef81,0xf4ac,0x11d1,{0xa2,0x45,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_ISelection =
- {0xb1a1ca6d,0xa96c,0x11d1,{0x87,0x45,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionEnvironment =
- {0xe3875b6f,0xd9f5,0x11d1,{0xad,0xd4,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IBarrierCollection =
- {0x01c12b92,0xa3fb,0x11d2,{0xa2,0xfe,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateMap =
- {0x8c439003,0x14ec,0x11d2,{0xa2,0x7e,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateProperties =
- {0x01004141,0x0d1c,0x11d2,{0xa2,0x6f,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateMapProperties =
- {0x027f41b3,0x0f77,0x11d2,{0xa2,0x70,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateLayerPropertiesCollection =
- {0x1d5849f2,0x0d33,0x11d2,{0xa2,0x6f,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateLayerProperties =
- {0x01004142,0x0d1c,0x11d2,{0xa2,0x6f,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureLayer =
- {0x40a9e885,0x5533,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicsContainer =
- {0xd09411d1,0x4bb4,0x11d1,{0xb6,0xcc,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IGroupElement =
- {0x803577d1,0xf8a3,0x11d0,{0x83,0xaf,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IMapFrame =
- {0x9b00131b,0x9ed7,0x11d0,{0x85,0x9e,0x08,0x00,0x09,0x1a,0x2a,0x72}};
- extern "C" const GUID __declspec(selectany) IID_ILocatorRectangle =
- {0x41d9c095,0xa403,0x11d2,{0x87,0xe8,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IFrameDecoration =
- {0x6a75a961,0x36fc,0x44a9,{0x8b,0xaf,0x30,0x19,0x5d,0xe2,0x0c,0x58}};
- extern "C" const GUID __declspec(selectany) IID_ISymbolBorder =
- {0xe4240308,0xdd41,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ISymbolBackground =
- {0x4fd8cbb7,0xe13b,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IQuerySize =
- {0x4d582692,0xc52a,0x4287,{0x9f,0xcf,0xd6,0x28,0x6c,0x47,0x75,0xaf}};
- extern "C" const GUID __declspec(selectany) IID_ISymbolShadow =
- {0x19b9edd2,0xfd44,0x4a45,{0xb2,0x5c,0x9b,0x76,0xfc,0x70,0x45,0xc2}};
- extern "C" const GUID __declspec(selectany) IID_IElementShutdown =
- {0x36313019,0x58b7,0x4509,{0x89,0xd8,0x0f,0x57,0x3b,0x69,0xfd,0x18}};
- extern "C" const GUID __declspec(selectany) IID_IElementEditVertices =
- {0x86f32b62,0x7667,0x11d2,{0xa2,0xd3,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IElementEditCallout =
- {0xb6c88d50,0xe8b6,0x11d4,{0x84,0x08,0x00,0x80,0xc7,0x9f,0x03,0x71}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicsComposite =
- {0x969cde4a,0x82d4,0x11d2,{0x87,0xdd,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ILineElement =
- {0xff44a611,0xdcf6,0x11d0,{0x83,0x8b,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IMarkerElement =
- {0x530fd711,0xef0c,0x11d0,{0x83,0xa0,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IFillShapeElement =
- {0x3e150c0d,0x19f5,0x11d3,{0x9f,0x9e,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) IID_IRectangleElement =
- {0x3a9767c1,0xf253,0x11d0,{0x83,0xa4,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IPolygonElement =
- {0x3a9767c6,0xf253,0x11d0,{0x83,0xa4,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_ITextElement =
- {0x204034d2,0xf6ea,0x11d0,{0x83,0xad,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_ICircleElement =
- {0x974111d8,0xc5d2,0x11d2,{0x9f,0x28,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) IID_IEllipseElement =
- {0x4eda107e,0x12ea,0x11d3,{0x9f,0x8f,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) IID_IGroupElement2 =
- {0x980e4829,0x83f1,0x42dd,{0xa1,0xbd,0x1b,0x30,0xa1,0x82,0x4d,0xe2}};
- extern "C" const GUID __declspec(selectany) IID_IMultiPartTextElement =
- {0xb0db3a18,0x85c0,0x4c1b,{0x97,0xd2,0xa9,0x50,0x15,0x52,0xec,0xaf}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionEvents =
- {0x07e11311,0xd615,0x11d1,{0xa2,0x1b,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IOverflowGraphicsContainer =
- {0x9c0520c1,0xa0d8,0x11d2,{0xa2,0xfe,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IEditOperation =
- {0x68f3a204,0x5dee,0x11d2,{0x89,0x01,0x00,0x80,0x5f,0x15,0x25,0xf4}};
- extern "C" const GUID __declspec(selectany) IID_IElementOperation =
- {0x4b96a442,0xfa41,0x11d0,{0x83,0xaf,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IElementEditVerticesOperation =
- {0xbf4fad52,0x798a,0x11d2,{0xa2,0xd4,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicsContainerSelect =
- {0xd09411d2,0x4bb4,0x11d1,{0xb6,0xcc,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationElement =
- {0x72266121,0xd4b9,0x11d2,{0xa8,0x00,0xaf,0x8c,0x10,0xf4,0xc9,0x5a}};
- extern "C" const GUID __declspec(selectany) IID_IGroupSymbolElement =
- {0x9e65c825,0x858c,0x11d3,{0x9f,0xc6,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_ISymbolCollectionElement =
- {0x9aec8465,0xb8c8,0x4099,{0x95,0xa8,0x49,0x81,0x55,0x39,0xa8,0xa7}};
- extern "C" const GUID __declspec(selectany) IID_IInkGraphic =
- {0x9a36b19b,0x2258,0x4046,{0xbd,0xe3,0x0d,0x4f,0x64,0x7e,0x9c,0x37}};
- extern "C" const GUID __declspec(selectany) CLSID_InkGraphic =
- {0xf42249e8,0x6280,0x4ce2,{0xa7,0x79,0x45,0x69,0x1b,0x68,0x27,0x4a}};
- extern "C" const GUID __declspec(selectany) IID_IColumnProperties =
- {0x7dd7a8db,0xecd2,0x49bb,{0x8f,0x60,0x52,0x02,0x1a,0x00,0xe4,0x60}};
- extern "C" const GUID __declspec(selectany) CLSID_LineElement =
- {0x8ab7fbe1,0xd871,0x11d0,{0x83,0x89,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IOleFrame =
- {0xf8fb5e03,0x546f,0x11d1,{0x86,0xea,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MarkerElement =
- {0x530fd712,0xef0c,0x11d0,{0x83,0xa0,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) CLSID_RectangleElement =
- {0x3a9767c2,0xf253,0x11d0,{0x83,0xa4,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) CLSID_PolygonElement =
- {0x3a9767c7,0xf253,0x11d0,{0x83,0xa4,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) CLSID_TextElement =
- {0x204034d3,0xf6ea,0x11d0,{0x83,0xad,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IParagraphTextElement =
- {0x0fe52a7d,0x0c5a,0x464a,{0x83,0x25,0x3f,0x9c,0x76,0x97,0x48,0x6d}};
- extern "C" const GUID __declspec(selectany) CLSID_ParagraphTextElement =
- {0xc84598b1,0xc4be,0x4203,{0x91,0x32,0xad,0xa2,0xbe,0x57,0xf3,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_EmfPictureElement =
- {0x827b9a90,0xc067,0x11d2,{0x9f,0x22,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) CLSID_CircleElement =
- {0x974111db,0xc5d2,0x11d2,{0x9f,0x28,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) CLSID_EllipseElement =
- {0x4eda1081,0x12ea,0x11d3,{0x9f,0x8f,0x00,0xc0,0x4f,0x6b,0xc8,0xdd}};
- extern "C" const GUID __declspec(selectany) CLSID_GroupElement =
- {0x803577d2,0xf8a3,0x11d0,{0x83,0xaf,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicsContainerProperty =
- {0xe46bdc13,0x40b1,0x11d4,{0xa6,0x83,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
- extern "C" const GUID __declspec(selectany) CLSID_MultiPatchElement =
- {0xe91ae5c9,0x2c16,0x11d4,{0x80,0xe2,0x00,0xc0,0x4f,0xa0,0xad,0xf8}};
- extern "C" const GUID __declspec(selectany) CLSID_ElementCollection =
- {0xce8f3972,0xe9be,0x11d1,{0xa2,0x32,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_SymbolBorder =
- {0xa5d0f017,0x62dd,0x11d2,{0x87,0xbe,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_SymbolBackground =
- {0x1baa33e9,0xe13b,0x11d2,{0xb8,0x68,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_SymbolShadow =
- {0xa8861e66,0x57aa,0x47d0,{0xaa,0xf8,0xb2,0x88,0xb4,0xfd,0x52,0x40}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicsLayerScale =
- {0x85c3dac5,0x6578,0x11d3,{0x9f,0xba,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleElementSelection =
- {0x70a986c0,0x6b21,0x4379,{0xaf,0x25,0x18,0x1b,0x24,0xf3,0x23,0x1b}};
- extern "C" const GUID __declspec(selectany) IID_IText3DElement =
- {0xe9290dcb,0xf710,0x11d4,{0xa1,0x17,0x00,0x50,0x8b,0xd6,0x0c,0xb9}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicElements =
- {0x35f37b7c,0xf2d0,0x485d,{0xb0,0xc5,0xad,0x26,0x0e,0xf6,0x71,0x32}};
- extern "C" const GUID __declspec(selectany) CLSID_Text3DElement =
- {0xb9865d0b,0xeb37,0x11d4,{0xa1,0x16,0x00,0x50,0x8b,0xd6,0x0c,0xb9}};
- extern "C" const GUID __declspec(selectany) CLSID_GraphicElements =
- {0x9d696b29,0xb311,0x4f2b,{0x80,0xa9,0x3b,0x67,0xc2,0x89,0xea,0xc6}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotationElement =
- {0xc4e39a33,0x4e4c,0x4d1e,{0xaf,0x0d,0xfe,0xbf,0x5b,0x0c,0x8a,0x9f}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureIdentifyObj =
- {0x4e08d830,0xd361,0x11d2,{0x8c,0xd0,0x00,0xc0,0x4f,0x5b,0x95,0x1e}};
- extern "C" const GUID __declspec(selectany) IID_IRowIdentifyObject =
- {0x061bded1,0x1486,0x11d4,{0x9f,0xec,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureFindData2 =
- {0x35467434,0x9d21,0x4df8,{0x83,0x3e,0x9a,0xf2,0xe6,0x62,0x41,0xba}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureFindData =
- {0xfb8ff070,0x5ca5,0x11d3,{0x9f,0x6c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) IID_ILabelEngineLayerProperties =
- {0x01004143,0x0d1c,0x11d2,{0xa2,0x6f,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IBasicOverposterLayerProperties =
- {0x3141f2fb,0x38e2,0x11d1,{0x88,0x09,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ILineLabelPosition =
- {0x2442958b,0xd711,0x11d2,{0x9f,0x41,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_ILineLabelPlacementPriorities =
- {0x261a4376,0xd9d5,0x11d2,{0xa8,0x06,0xcc,0x9f,0x87,0x0b,0xcd,0x5a}};
- extern "C" const GUID __declspec(selectany) IID_IPointPlacementPriorities =
- {0x261a4371,0xd9d5,0x11d2,{0xa8,0x06,0xcc,0x9f,0x87,0x0b,0xcd,0x5a}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationExpressionEngine =
- {0xaa157206,0xe079,0x11d2,{0x9f,0x48,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationExpressionParser =
- {0xaa157205,0xe079,0x11d2,{0x9f,0x48,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_BarrierCollection =
- {0x01c12b93,0xa3fb,0x11d2,{0xa2,0xfe,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IPlacedObject =
- {0x3141f2f2,0x38e2,0x11d1,{0x88,0x09,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IPlacedObject2 =
- {0xbddfa62b,0x1810,0x4e9c,{0x85,0xc3,0x2c,0x2b,0x50,0xea,0x70,0xb6}};
- extern "C" const GUID __declspec(selectany) IID_IPlacedObject3 =
- {0x2f68dd01,0xd7e6,0x4e21,{0x8e,0xf9,0x14,0x16,0x5e,0xf0,0x05,0x52}};
- extern "C" const GUID __declspec(selectany) IID_IOverposterLayerProperties =
- {0x3141f2f7,0x38e2,0x11d1,{0x88,0x09,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IOverposterLayerProperties2 =
- {0xc1e3c2fd,0xdcc1,0x4f7e,{0xbe,0x2d,0x2f,0x98,0x9b,0x0b,0x7e,0x6a}};
- extern "C" const GUID __declspec(selectany) IID_IOverposterProperties =
- {0xe265c5b5,0x4513,0x4bb9,{0xb2,0x80,0x27,0xb0,0x3a,0xae,0x59,0x57}};
- extern "C" const GUID __declspec(selectany) IID_IOverposterOptions =
- {0x8112f1a9,0x0ecd,0x4e5e,{0x97,0x7c,0x80,0xb3,0x58,0xa5,0x74,0xb9}};
- extern "C" const GUID __declspec(selectany) IID_IOverposter =
- {0x3141f2f5,0x38e2,0x11d1,{0x88,0x09,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IOverposter2 =
- {0xffec8117,0xec4f,0x4329,{0xbb,0x7d,0x42,0x04,0x53,0xd2,0x9e,0xdd}};
- extern "C" const GUID __declspec(selectany) IID_IOverposter3 =
- {0x75dddcde,0xca45,0x49da,{0xa5,0xc3,0x76,0x63,0xe2,0x97,0x7d,0xd5}};
- extern "C" const GUID __declspec(selectany) IID_IBasicOverposterLayerProperties2 =
- {0x6cc4facb,0x5f13,0x418a,{0xbf,0x24,0xd2,0xc6,0x1d,0x56,0xfe,0x66}};
- extern "C" const GUID __declspec(selectany) IID_IBasicOverposterLayerProperties3 =
- {0x7bdbb1ec,0xe951,0x4058,{0x81,0x40,0xd5,0xcd,0x88,0x55,0x66,0x13}};
- extern "C" const GUID __declspec(selectany) IID_IBasicOverposterLayerProperties4 =
- {0xf64b3a44,0xc14c,0x4b12,{0x99,0x4f,0xae,0x72,0x19,0x6e,0xec,0x56}};
- extern "C" const GUID __declspec(selectany) IID_IBasicOverposterEvents =
- {0xc4541861,0x5a4f,0x11d2,{0xa2,0xc0,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_BasicOverposter =
- {0x3141f2fc,0x38e2,0x11d1,{0x88,0x09,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_BasicOverposterLayerProperties =
- {0xee535289,0x41c9,0x11d1,{0x88,0x0a,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_LineLabelPosition =
- {0x2442958c,0xd711,0x11d2,{0x9f,0x41,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_LineLabelPlacementPriorities =
- {0x261a4377,0xd9d5,0x11d2,{0xa8,0x06,0xcc,0x9f,0x87,0x0b,0xcd,0x5a}};
- extern "C" const GUID __declspec(selectany) CLSID_PointPlacementPriorities =
- {0x261a4372,0xd9d5,0x11d2,{0xa8,0x06,0xcc,0x9f,0x87,0x0b,0xcd,0x5a}};
- extern "C" const GUID __declspec(selectany) CLSID_BasicOverposterProperties =
- {0xe0c73d56,0x6c88,0x498c,{0xb7,0x7c,0x78,0x60,0x6e,0x68,0x8c,0x97}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexRotationProperties =
- {0x20664808,0x77af,0x65e1,{0xfa,0xef,0x18,0xe6,0xf9,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexLabelStackingProperties =
- {0x20664808,0x3a22,0x12a1,{0xfa,0x09,0x0a,0x56,0xff,0x3c,0x73,0x1a}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexOffsetAlongLineProperties =
- {0x20664808,0x1a42,0x1fa1,{0xfc,0xd1,0x0b,0x53,0x2f,0x3c,0x8f,0xfa}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexOverposterLayerProperties =
- {0x20664808,0x3fe2,0x1ed1,{0x81,0x09,0x08,0x56,0x79,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexDictionaryEntry =
- {0x20664808,0x0ac0,0x1ea9,{0x9d,0xd3,0xfa,0xa1,0x14,0x2a,0x71,0xf2}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexDictionary =
- {0x20664808,0x0a3a,0x1eac,{0x91,0xd3,0xf3,0xef,0x42,0x2a,0x61,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexDictionaries =
- {0x20664808,0x0e3a,0x13ac,{0xeb,0x91,0x5a,0xc2,0x90,0x2f,0xfe,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexOverposterProperties =
- {0x20664808,0x31ea,0x11a4,{0x89,0x0f,0x0c,0xa0,0xd9,0xef,0x13,0x4c}};
- extern "C" const GUID __declspec(selectany) IID_IMaplexLabelStyle =
- {0x20664808,0xca77,0x1ad2,{0x9f,0x24,0x30,0xc1,0x4f,0xfb,0xc6,0xab}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexDictionaryEntry =
- {0x20664808,0xfe45,0x9018,{0xbe,0x1f,0x66,0xeb,0x0d,0xec,0x73,0x21}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexDictionary =
- {0x20664808,0x3de2,0x1cd1,{0x8a,0x09,0x08,0xe0,0x0d,0xec,0x73,0x21}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexDictionaries =
- {0x20664808,0x56db,0xbd28,{0x67,0xdc,0x02,0xe3,0x3d,0xec,0xf3,0x21}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexOverposterProperties =
- {0x20664808,0xa8c2,0xc1d1,{0xac,0xdc,0x17,0x08,0xf9,0x5c,0x73,0x21}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexLabelEngineLayerProperties =
- {0x20664808,0x0d1c,0x11d2,{0xa2,0x6f,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_ILabelEngineLayerProperties2 =
- {0x59a8eeba,0x8ef7,0x4143,{0xb4,0x97,0x4e,0xfc,0xaf,0x6a,0x24,0x05}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateLayerTransformationProperties =
- {0x3eb7ef02,0xdd8b,0x11d2,{0x9f,0x47,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexOverposterLayerProperties =
- {0x20664808,0x41c9,0x11d1,{0x88,0x0a,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexRotationProperties =
- {0x20664808,0xbba1,0xccd2,{0x89,0x67,0xf4,0x53,0xc9,0xed,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexLabelStackingProperties =
- {0x20664808,0x41c9,0x11d1,{0x84,0x0a,0x08,0xab,0xc9,0xed,0x73,0x1a}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexOffsetAlongLineProperties =
- {0x20664808,0x4fa1,0xc1d1,{0x8c,0x0a,0x08,0xa2,0xc9,0xed,0x53,0x1a}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexAnnotationPropertiesConverter =
- {0x20664808,0x9015,0xbdf1,{0x40,0xaf,0x0c,0xa1,0x25,0xa0,0xd2,0xef}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationPropertiesConverter =
- {0x3a92de4f,0xc31a,0x11d2,{0x9f,0x34,0x76,0xbc,0x4e,0x6a,0xc6,0x21}};
- extern "C" const GUID __declspec(selectany) CLSID_MaplexLabelStyle =
- {0x20664808,0xcba7,0x11da,{0x9f,0x3a,0x00,0xc3,0x4f,0x6b,0x26,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_ILabelStyle =
- {0x4c90de7a,0xcb77,0x11d2,{0x9f,0x34,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_ILabelStyle2 =
- {0x3178ec81,0xa0a5,0x4cf0,{0xb0,0x55,0x11,0xde,0xa1,0x2e,0xdc,0x28}};
- extern "C" const GUID __declspec(selectany) CLSID_BasicPlacedObject =
- {0x80753ccf,0xbe43,0x4301,{0xaa,0xa0,0x60,0xa9,0x48,0x24,0xb5,0xfb}};
- extern "C" const GUID __declspec(selectany) IID_ILayerFields =
- {0xa2baae2b,0x969b,0x11d2,{0xae,0x77,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateLayerPropertiesCollection2 =
- {0x2b35e113,0x9f11,0x43d5,{0x91,0x4f,0x5c,0x70,0x55,0xdb,0x37,0xbc}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationExpressionParser2 =
- {0x56426ae7,0xa129,0x43d7,{0x8e,0xb7,0x2b,0x41,0xf5,0x07,0xf3,0x90}};
- extern "C" const GUID __declspec(selectany) IID_ICodedValueAttributes =
- {0xadcf5590,0x4250,0x4d45,{0xb8,0xce,0x43,0x6f,0xef,0x90,0x58,0x29}};
- extern "C" const GUID __declspec(selectany) IID_ILabelEnvironment =
- {0x76765b93,0xce78,0x11d2,{0x9f,0x36,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotateLayerPropertiesCollection =
- {0x1d5849f3,0x0d33,0x11d2,{0xa2,0x6f,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotationVBScriptEngine =
- {0xaa157207,0xe079,0x11d2,{0x9f,0x48,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotationJScriptEngine =
- {0xaa157208,0xe079,0x11d2,{0x9f,0x48,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_LabelStyle =
- {0x4c90de7b,0xcb77,0x11d2,{0x9f,0x34,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_LabelEnvironment =
- {0x76765b96,0xce78,0x11d2,{0x9f,0x36,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_LabelEngineLayerProperties =
- {0x01004145,0x0d1c,0x11d2,{0xa2,0x6f,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotationExpressionParser =
- {0x789a75df,0x041a,0x439d,{0xb1,0xc2,0x41,0x40,0x34,0x49,0xcf,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IRotationRenderer =
- {0x2f2047a6,0x42bd,0x11d2,{0xaa,0xfd,0x00,0xc0,0x4f,0xa3,0x34,0xb3}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureIDSet =
- {0xd5bb4b87,0xe0a1,0x11d2,{0x9f,0x4d,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureRenderer =
- {0x40a9e884,0x5533,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IClassBreaksUIProperties =
- {0x427788f2,0x31fe,0x11d2,{0xaa,0xf0,0x00,0xc0,0x4f,0xa3,0x34,0xb3}};
- extern "C" const GUID __declspec(selectany) IID_IDataSampling =
- {0x4eab5690,0x8f9c,0x11d2,{0xab,0x21,0x00,0xc0,0x4f,0xa3,0x34,0xb3}};
- extern "C" const GUID __declspec(selectany) IID_IDataNormalization =
- {0x678d02a5,0xe3fa,0x11d3,{0x9f,0x7b,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IProportionalSymbolRenderer =
- {0xec45bfa6,0x8efc,0x11d2,{0xab,0x21,0x00,0xc0,0x4f,0xa3,0x34,0xb3}};
- extern "C" const GUID __declspec(selectany) IID_ITransparencyRenderer =
- {0xfb20665d,0xdb1c,0x11d2,{0x9f,0x2e,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_ILevelRenderer =
- {0xdc3d8097,0xc1ed,0x11d2,{0x9f,0x21,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_ILookupSymbol =
- {0x736a377d,0xa1eb,0x4ce4,{0x84,0xb9,0x90,0xf9,0x58,0x83,0x74,0xc2}};
- extern "C" const GUID __declspec(selectany) IID_IBivariateRenderer =
- {0xae1248b5,0xcd1e,0x11d2,{0x9f,0x25,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IScaleDependentRenderer =
- {0xc86b3d95,0xed80,0x11d0,{0x8b,0xba,0x08,0x00,0x09,0xee,0x4e,0x41}};
- extern "C" const GUID __declspec(selectany) IID_IRendererFields =
- {0x9c7776b8,0x0421,0x11d4,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IChartRenderer =
- {0x22a98367,0xc48d,0x11d3,{0x9f,0x7a,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IPieChartRenderer =
- {0x22a98368,0xc48d,0x11d3,{0x9f,0x7a,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_ICalcRendererValues =
- {0x4b62f73e,0x0502,0x11d4,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IDotDensityRenderer =
- {0x9c7776b7,0x0421,0x11d4,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IDotDensityUIRenderer =
- {0x90e8800d,0x148d,0x11d4,{0x9f,0x7d,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IHorizontalLegendItem =
- {0x8a7a1786,0x79b2,0x11d2,{0x87,0xd5,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IVerticalLegendItem =
- {0x8a7a1787,0x79b2,0x11d2,{0x87,0xd5,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_INestedLegendItem =
- {0x3b09454d,0xc9d1,0x11d3,{0x92,0xfb,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IHorizontalBarLegendItem =
- {0x3b09454e,0xc9d1,0x11d3,{0x92,0xfb,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_ScaleDependentRenderer =
- {0x207c19f5,0xed81,0x11d0,{0x8b,0xba,0x08,0x00,0x09,0xee,0x4e,0x41}};
- extern "C" const GUID __declspec(selectany) CLSID_ProportionalSymbolRenderer =
- {0x4eab568e,0x8f9c,0x11d2,{0xab,0x21,0x00,0xc0,0x4f,0xa3,0x34,0xb3}};
- extern "C" const GUID __declspec(selectany) IID_IDataExclusion =
- {0x3d961d65,0xfc94,0x11d1,{0xaa,0xca,0x00,0xc0,0x4f,0xa3,0x34,0xb3}};
- extern "C" const GUID __declspec(selectany) CLSID_BiUniqueValueRenderer =
- {0xb899ccd3,0xcd1c,0x11d2,{0x9f,0x25,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) CLSID_ChartRenderer =
- {0x4f17939a,0xc490,0x11d3,{0x9f,0x7a,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) CLSID_CalcRendererValues =
- {0x4b62f73d,0x0502,0x11d4,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) CLSID_DotDensityRenderer =
- {0x9c7776ba,0x0421,0x11d4,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) CLSID_HorizontalLegendItem =
- {0xa9401a47,0x4649,0x11d1,{0x88,0x0b,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_VerticalLegendItem =
- {0xa9401a48,0x4649,0x11d1,{0x88,0x0b,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_HorizontalBarLegendItem =
- {0x2b65d211,0xc2c7,0x11d3,{0x92,0xf3,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_NestedLegendItem =
- {0x2b65d212,0xc2c7,0x11d3,{0x92,0xf3,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionEnvironmentThreshold =
- {0xb7b1e910,0xf760,0x11d3,{0xad,0xf3,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionEnvironmentStorage =
- {0xa231c0e1,0x0bdb,0x11d4,{0x9f,0xea,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionEnvironmentLayer =
- {0xdabac83c,0x3313,0x11d4,{0x9f,0xf4,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureLayerSelectionEvents =
- {0xb97617be,0x5a52,0x11d3,{0x9f,0x6c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IHyperlink =
- {0x3036d35d,0xede5,0x11d0,{0x87,0xfe,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IHyperlinkContainer =
- {0xd1a02a0b,0x2113,0x11d3,{0x9f,0x98,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IHotlinkContainer =
- {0xd1a02a0c,0x2113,0x11d3,{0x9f,0x98,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IHotlinkMacro =
- {0xd7ee3484,0x004d,0x11d4,{0x9f,0xe7,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IDisplayTable =
- {0xcce71a6d,0x6135,0x46cd,{0xbb,0xed,0x61,0x6a,0x74,0x83,0x1b,0x30}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureLayer2 =
- {0x95e82d50,0xe720,0x48b5,{0x80,0x8d,0xe4,0x5f,0xa9,0xcf,0x12,0x18}};
- extern "C" const GUID __declspec(selectany) IID_IGeoFeatureLayer =
- {0xe156d7e5,0x22af,0x11d3,{0x9f,0x99,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyLayer =
- {0xfb6337e3,0x610a,0x4bc2,{0x91,0x42,0x76,0x0d,0x95,0x4c,0x22,0xeb}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyErrorSelection =
- {0x82e0d83a,0x8bc3,0x4eee,{0x9c,0xc9,0x95,0x77,0x5a,0xb3,0x9b,0xa9}};
- extern "C" const GUID __declspec(selectany) IID_ITableSelection =
- {0x2c232271,0xfbaa,0x11d3,{0xb9,0xd3,0x00,0xc0,0xf0,0x56,0x7a,0x4a}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureSelection =
- {0x9336a280,0xc9a3,0x11d1,{0x84,0x7e,0x00,0x00,0xf8,0x75,0xb9,0xc6}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureLayerDefinition =
- {0x3e1608cf,0xff34,0x11d1,{0xad,0xf1,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureLayerDefinition2 =
- {0xed242088,0xb822,0x4e8a,{0x82,0x60,0xcd,0xcd,0x1d,0xa3,0x04,0x4b}};
- extern "C" const GUID __declspec(selectany) IID_ITableDefinition =
- {0x7e078ff6,0x4b77,0x414e,{0x90,0xa9,0x8b,0xb3,0x52,0xdd,0x16,0x08}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionLayerDefinition =
- {0x863e18bb,0x9b3e,0x4eee,{0xac,0x2d,0xf8,0x91,0xe8,0xed,0x8f,0xd9}};
- extern "C" const GUID __declspec(selectany) IID_IDisplayRelationshipClass =
- {0x55a4e17e,0x8682,0x42ba,{0x88,0x66,0xab,0x04,0xdb,0x88,0x39,0x34}};
- extern "C" const GUID __declspec(selectany) IID_ICompositeGraphicsLayer =
- {0x9646bb82,0x9512,0x11d2,{0xa2,0xf6,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_ICompositeGraphicsLayer2 =
- {0x93e56956,0x347a,0x4a37,{0xba,0xe3,0x46,0xf5,0x51,0x52,0x70,0xd1}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureLayerSymbology =
- {0x953d1a95,0x5411,0x4ee5,{0x8d,0xb9,0xa8,0x7e,0x80,0xf9,0xc5,0x51}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipClassCollection =
- {0x741d6114,0xfb6b,0x11d3,{0xad,0xf5,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipClassCollectionEdit =
- {0xb725de95,0xff76,0x11d3,{0xa0,0xb5,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionLayer =
- {0x0737082e,0x958e,0x11d4,{0x80,0xed,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleRenderer =
- {0xf3435800,0x5779,0x11d0,{0x98,0xbf,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IClassBreaksRenderer =
- {0xae5f7ea1,0x8b48,0x11d0,{0x83,0x56,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IUniqueValueRenderer =
- {0xc3346d2a,0xb2bc,0x11d1,{0x88,0x17,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IRendererClasses =
- {0x3f25cc56,0xcc66,0x4930,{0xa5,0xfd,0xbc,0x98,0x16,0x01,0xce,0xa6}};
- extern "C" const GUID __declspec(selectany) IID_IBasicHistogram =
- {0xd7dd57c6,0x6a35,0x4dbf,{0x8f,0x64,0xaf,0xfd,0xce,0xd5,0xc3,0x64}};
- extern "C" const GUID __declspec(selectany) IID_ITableHistogram =
- {0xfd21f230,0x67a6,0x11d3,{0x9f,0x66,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicsContainerEvents =
- {0x8694707c,0xd4e2,0x4f77,{0xa0,0x2f,0xd3,0x63,0x97,0xa8,0x53,0x4d}};
- extern "C" const GUID __declspec(selectany) IID_ILayerExtensionDraw =
- {0x681c8ddc,0x0f37,0x42e2,{0x9c,0xbb,0xca,0x61,0x4e,0x0b,0xc6,0xe5}};
- extern "C" const GUID __declspec(selectany) IID_ILayerExtensionInvalidate =
- {0x4bf024b4,0x561d,0x439d,{0xaa,0xd3,0xac,0x06,0x8f,0x52,0x10,0x8d}};
- extern "C" const GUID __declspec(selectany) IID_ISymbolLevels =
- {0x7a3e4ac0,0xd4e0,0x4f56,{0x97,0xdf,0x70,0x9a,0xb2,0x16,0xda,0xa1}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureCache =
- {0xa802ba71,0xd947,0x11d1,{0x84,0x84,0x00,0x00,0xf8,0x75,0xb9,0xc6}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureCache2 =
- {0xfcf1e491,0x5ba6,0x11d4,{0x83,0x67,0x00,0x80,0xc7,0xe2,0x06,0x71}};
- extern "C" const GUID __declspec(selectany) IID_IInteractiveSearch =
- {0x928b74f0,0xa666,0x4efe,{0xa7,0x56,0xea,0x1e,0x3d,0xad,0x60,0x75}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureLayer =
- {0xe663a651,0x8aad,0x11d0,{0xbe,0xc7,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) CLSID_Hyperlink =
- {0x3036d35e,0xede5,0x11d0,{0x87,0xfe,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureLayerSelectionEvents =
- {0x5f5c8e9c,0xa04e,0x45d4,{0xbf,0x82,0xfc,0x1b,0xde,0xd4,0xaf,0xb7}};
- extern "C" const GUID __declspec(selectany) CLSID_GraphicsContainerEvents =
- {0xace265d5,0x0ca9,0x41cb,{0x94,0x5e,0x90,0x65,0x5e,0x22,0x1f,0xdb}};
- extern "C" const GUID __declspec(selectany) CLSID_SelectionEnvironment =
- {0xe3875b71,0xd9f5,0x11d1,{0xad,0xd4,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_CompositeGraphicsLayer =
- {0x9646bb83,0x9512,0x11d2,{0xa2,0xf6,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureIDSet =
- {0xd5bb4b88,0xe0a1,0x11d2,{0x9f,0x4d,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleRenderer =
- {0xf3435801,0x5779,0x11d0,{0x98,0xbf,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) CLSID_UniqueValueRenderer =
- {0xc3346d29,0xb2bc,0x11d1,{0x88,0x17,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_ClassBreaksRenderer =
- {0xae5f7ea2,0x8b48,0x11d0,{0x83,0x56,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleIdentifyObject =
- {0x1f3e1db2,0xd3ae,0x4c1e,{0x88,0x4b,0x8d,0xb2,0xe7,0x8e,0x66,0x7c}};
- extern "C" const GUID __declspec(selectany) CLSID_BasicTableHistogram =
- {0xd0ac357f,0x21af,0x42d6,{0x8e,0xf5,0xe5,0xce,0xad,0xbc,0x6b,0x84}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureCache =
- {0xa802ba70,0xd947,0x11d1,{0x84,0x84,0x00,0x00,0xf8,0x75,0xb9,0xc6}};
- extern "C" const GUID __declspec(selectany) CLSID_GraphicsSubLayer =
- {0xd3a9d37d,0xec3c,0x40c7,{0x87,0xb6,0x70,0x57,0xae,0xb6,0x05,0xf2}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyLayer =
- {0xde98bad5,0x135e,0x4b36,{0x96,0x53,0x57,0xb5,0x51,0x3f,0xb7,0xb2}};
- extern "C" const GUID __declspec(selectany) IID_IGroupLayer =
- {0xedad6644,0x1810,0x11d1,{0x86,0xae,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_GroupLayerFactory =
- {0xedad6646,0x1810,0x11d1,{0x86,0xae,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_GroupLayer =
- {0xedad6647,0x1810,0x11d1,{0x86,0xae,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ILayerMasking =
- {0x536427da,0x5354,0x491d,{0xae,0x92,0xab,0xeb,0xaa,0x8b,0xb0,0x5b}};
- extern "C" const GUID __declspec(selectany) IID_ICoverageAnnotationLayer =
- {0x0c22a4c7,0xdafd,0x11d2,{0x9f,0x46,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_ICoverageAnnotationLayer2 =
- {0x6a1cfa9c,0x3fad,0x4d13,{0x8a,0xf4,0xa4,0x0b,0xe3,0x21,0xa8,0xb3}};
- extern "C" const GUID __declspec(selectany) IID_ICoverageAnnotationSel =
- {0x158d86f6,0x0a72,0x488e,{0xa4,0x48,0xac,0x0d,0x86,0x72,0x5a,0xf7}};
- extern "C" const GUID __declspec(selectany) IID_ICoverageAnnotationLayerWrite =
- {0x941c1b64,0x3474,0x43a1,{0xab,0x71,0x57,0xbc,0xdf,0x57,0xe3,0x6b}};
- extern "C" const GUID __declspec(selectany) CLSID_CoverageAnnotationLayer =
- {0x0c22a4c9,0xdafd,0x11d2,{0x9f,0x46,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionStyle =
- {0xaa54768e,0xea46,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionStyleDisplay =
- {0xd7e38a34,0xf92a,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionStyleText =
- {0xf9316364,0xf92a,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionShape =
- {0xd07b504e,0x10ac,0x11d4,{0x80,0xd7,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionFeature =
- {0x5c305710,0xda7f,0x11d3,{0x80,0xce,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IEnumDimensionStyle =
- {0xc75d45e4,0xda88,0x11d3,{0x80,0xce,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionStyles =
- {0x81875328,0xde54,0x11d3,{0x80,0xce,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionClassExtension =
- {0x6558fe26,0xda81,0x11d3,{0x80,0xce,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IDimensionGraphic =
- {0x7126d088,0xfb61,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_INewDimensionFeedback =
- {0xa9a790c6,0x075c,0x11d4,{0x80,0xd6,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IModifyDimensionFeedback =
- {0xf278b3a2,0x0f2c,0x11d4,{0x80,0xd7,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionClassExtension =
- {0x48f935e2,0xda66,0x11d3,{0x80,0xce,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionStyle =
- {0xc08e2878,0xf9ff,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionStyles =
- {0x45b2fa28,0xfa01,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionFeature =
- {0x496764fc,0xe0c9,0x11d3,{0x80,0xce,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionGraphic =
- {0x5fe02662,0xfb61,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionClassDescription =
- {0x38c48fe5,0xbce6,0x43de,{0x81,0xb4,0xb7,0xc1,0x5b,0xb4,0xae,0x25}};
- extern "C" const GUID __declspec(selectany) CLSID_NewDimensionFeedback =
- {0x1fde0e70,0x0fe9,0x11d4,{0x80,0xd7,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_ModifyDimensionFeedback =
- {0x8923c842,0x0f36,0x11d4,{0x80,0xd7,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionShape =
- {0xd27a074a,0x10ad,0x11d4,{0x80,0xd7,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) CLSID_DimensionLayer =
- {0xf1e27e32,0x0ca7,0x11d4,{0x80,0xd7,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateMap2 =
- {0xb3b6436f,0x87e8,0x42a9,{0x98,0xa7,0x0f,0x30,0x1f,0xc3,0x02,0xfd}};
- extern "C" const GUID __declspec(selectany) IID_ILabelCache =
- {0xed758af4,0xff98,0x4c14,{0xbb,0xa4,0xe7,0x58,0x04,0x33,0xaf,0xd6}};
- extern "C" const GUID __declspec(selectany) IID_IStandardAnnotateMap =
- {0x716554ed,0xa703,0x41b4,{0xbb,0xdd,0x0c,0xbf,0x06,0xc9,0xbf,0x66}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateFeature =
- {0x858eb8e3,0xc2a5,0x11d2,{0x9f,0x30,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotateFeature2 =
- {0x2cf9d4eb,0x53a9,0x45aa,{0xa7,0xf7,0x5a,0x89,0x23,0x9c,0xfd,0x5a}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationErrorEvents =
- {0xa066d11d,0x9d0c,0x11d3,{0x9f,0xd5,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IMapOverposter =
- {0x7cf1a834,0xdca5,0x40df,{0x9f,0xa0,0x54,0x4f,0xa3,0xb0,0x9e,0xff}};
- extern "C" const GUID __declspec(selectany) CLSID_LabelCache =
- {0x9a6f1f6c,0xb980,0x4b29,{0x93,0xae,0x32,0x61,0x71,0x80,0xc3,0x8f}};
- extern "C" const GUID __declspec(selectany) IID_IActiveViewEvents =
- {0xe79c5940,0x52dd,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IActiveView =
- {0xdd94d76b,0x836d,0x11d0,{0x87,0xec,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IExtentStack =
- {0x8fd414a3,0x403f,0x11d2,{0xa2,0xa9,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotateMap =
- {0x8c439002,0x14ec,0x11d2,{0xa2,0x7e,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotateFeature =
- {0x858eb8e4,0xc2a5,0x11d2,{0x9f,0x30,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotateMapProperties =
- {0x8c439001,0x14ec,0x11d2,{0xa2,0x7e,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IFDOGraphicsLayer =
- {0x48e56b3f,0xec3a,0x11d2,{0x9f,0x5c,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IFDOGraphicsLayer2 =
- {0x8321c2c6,0x72f9,0x48a6,{0xbf,0xcb,0x67,0xef,0xd7,0x59,0x75,0x64}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationLayer =
- {0x4aedc069,0xb599,0x424b,{0xa3,0x74,0x49,0x60,0x2a,0xba,0xd3,0x08}};
- extern "C" const GUID __declspec(selectany) IID_IFDOGraphicsLayerRead =
- {0x5ceae408,0x4c0a,0x437f,{0x9d,0xb3,0x05,0x4d,0x83,0x91,0x98,0x50}};
- extern "C" const GUID __declspec(selectany) IID_IFDOAttributeConversion =
- {0x5a5fe792,0x9637,0x49a7,{0xb9,0x7a,0x20,0x99,0x31,0xb1,0x5c,0x3c}};
- extern "C" const GUID __declspec(selectany) IID_IFDOGraphicsLayerFactory =
- {0x34b2ef85,0xf4ac,0x11d1,{0xa2,0x45,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationLayerFactory =
- {0xe1474078,0x0272,0x46dc,{0x9b,0x51,0x08,0xe2,0x99,0x7f,0x4a,0x43}};
- extern "C" const GUID __declspec(selectany) IID_ISymbolSubstitution =
- {0xb8ddfa29,0x43f2,0x40df,{0x8b,0xff,0xc7,0xa2,0x87,0x9c,0x1f,0x90}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationFeature =
- {0xe3676992,0xc682,0x11d2,{0x8a,0x2a,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationFeature2 =
- {0x6053616b,0x2212,0x469e,{0xbc,0x40,0xc7,0x28,0x5f,0x48,0xdc,0xe2}};
- extern "C" const GUID __declspec(selectany) IID_IAnnoClass =
- {0x4d10c41b,0xd7e0,0x11d2,{0x9f,0x41,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationClassExtension =
- {0x129b8bf2,0x5d9d,0x45ae,{0x86,0x4c,0x87,0x6f,0x93,0x0a,0x8c,0xfb}};
- extern "C" const GUID __declspec(selectany) IID_IAnnoClassAdmin =
- {0x8edd534e,0xc14c,0x4c6a,{0xa9,0xc9,0xed,0x2b,0x83,0x28,0x9b,0x04}};
- extern "C" const GUID __declspec(selectany) IID_IAnnoClassAdmin2 =
- {0x388a9072,0xf834,0x4383,{0x8d,0x09,0x78,0x5d,0x21,0xd3,0x0d,0x52}};
- extern "C" const GUID __declspec(selectany) IID_IAnnoClassAdmin3 =
- {0x79ccbb62,0x0b44,0x4be6,{0xa0,0xe5,0x90,0x4d,0x68,0xfe,0xf0,0xd2}};
- extern "C" const GUID __declspec(selectany) IID_IConvertFDOAnnoToCoverageAnno =
- {0xa7e2342a,0xab31,0x4134,{0xb9,0xcb,0x7b,0x25,0xe4,0xbd,0xd9,0xec}};
- extern "C" const GUID __declspec(selectany) IID_ICoverageAnnotationLayerFactory =
- {0xf75c243b,0x4019,0x40c5,{0xbe,0xa4,0xaf,0xc4,0x22,0xf4,0x18,0x55}};
- extern "C" const GUID __declspec(selectany) IID_IFDOGraphicsContainer =
- {0x2f9b6441,0xed80,0x498f,{0xb1,0x3f,0xea,0x05,0x7e,0x7f,0x98,0x32}};
- extern "C" const GUID __declspec(selectany) IID_IAnnotationSublayer =
- {0xdbca59ac,0x6771,0x4408,{0x8f,0x48,0xc7,0xd5,0x33,0x89,0x44,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_ConvertFDOAnnoToCoverageAnno =
- {0x32716f54,0x8b17,0x4960,{0x94,0x5c,0xfe,0xd9,0x66,0xb0,0x32,0xe9}};
- extern "C" const GUID __declspec(selectany) CLSID_FDOGraphicsLayerFactory =
- {0x34b2ef87,0xf4ac,0x11d1,{0xa2,0x45,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotationFeature =
- {0xe3676993,0xc682,0x11d2,{0x8a,0x2a,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotationFeatureClassExtension =
- {0x24429589,0xd711,0x11d2,{0x9f,0x41,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_FDOGraphicsLayer =
- {0x34b2ef83,0xf4ac,0x11d1,{0xa2,0x45,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
- extern "C" const GUID __declspec(selectany) CLSID_AnnotationFeatureClassDescription =
- {0x9089abbb,0x12a7,0x11d3,{0x9f,0xa1,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) CLSID_GraphicsLayerScale =
- {0x85c3dac6,0x6578,0x11d3,{0x9f,0xba,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_FDOGraphicsSublayer =
- {0x4aba3851,0xbc3a,0x43c2,{0x8f,0xbe,0x93,0xa6,0x5a,0xd9,0x1e,0x83}};
- extern "C" const GUID __declspec(selectany) IID_IReadingDirection =
- {0xb5b5e78f,0xab9a,0x445c,{0x8a,0xf6,0xda,0xf9,0xc3,0x72,0x6d,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IMapSurroundFactory =
- {0x3141f2ec,0x38e2,0x11d1,{0x88,0x09,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IEnumMapSurround =
- {0xfe3115ea,0xed6c,0x11d0,{0x86,0x83,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ICompositeMapSurround =
- {0x2ecb6bb5,0xd5a4,0x11d3,{0x93,0x05,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IMapEvents =
- {0xd1b15b2c,0x0723,0x11d3,{0x9f,0x33,0x00,0xc0,0x4f,0x6b,0xc9,0x79}};
- extern "C" const GUID __declspec(selectany) IID_IMapEvents2 =
- {0x638a967b,0x1727,0x4bc3,{0xbd,0x0d,0x22,0x41,0x3f,0x41,0x13,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IMapEvents3 =
- {0xc1ba2686,0x83ac,0x4d40,{0x8b,0xbb,0x54,0x8d,0x3f,0x22,0x08,0x08}};
- extern "C" const GUID __declspec(selectany) IID_IMapSurroundEvents =
- {0x0dca8f87,0xafa7,0x11d2,{0x87,0xfb,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IContextAnalyzer =
- {0x0c452012,0x84cb,0x11d2,{0xae,0x68,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IViewManager =
- {0xdd94d76c,0x836d,0x11d0,{0x87,0xec,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IBasicMap =
- {0xb9d60c9e,0x121e,0x11d4,{0xab,0x6c,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IMapLayers =
- {0x76da57e7,0x6a92,0x4090,{0x8c,0xa9,0xf5,0xd9,0xec,0xa7,0x83,0x53}};
- extern "C" const GUID __declspec(selectany) IID_IMaps2 =
- {0xeb3557eb,0x5f9a,0x4f83,{0x82,0x1e,0x08,0x26,0xe5,0xcb,0xfd,0x30}};
- extern "C" const GUID __declspec(selectany) IID_IMapBarriers =
- {0x2c616e2f,0xb074,0x4119,{0x86,0x8a,0xca,0xa5,0x11,0x5f,0x59,0x61}};
- extern "C" const GUID __declspec(selectany) IID_IMaps =
- {0xdfd9ff9f,0x3080,0x11d2,{0x94,0xc9,0x08,0x00,0x09,0xee,0xbe,0xcb}};
- extern "C" const GUID __declspec(selectany) IID_IMapAdmin =
- {0xe34551db,0xeee2,0x11d2,{0xb8,0x6f,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IMapAdmin2 =
- {0x016c393a,0x7751,0x40e1,{0xb6,0xe9,0xf6,0xb4,0x54,0xa4,0x49,0x3a}};
- extern "C" const GUID __declspec(selectany) IID_IMapAdmin3 =
- {0x14eddf51,0x9d91,0x4c9c,{0x89,0xc1,0xf8,0x62,0x38,0x1e,0x0f,0xde}};
- extern "C" const GUID __declspec(selectany) IID_IMapCache =
- {0x6e57310f,0xc58d,0x4e49,{0xb1,0x06,0xe5,0x2f,0xcb,0x51,0xc5,0x5a}};
- extern "C" const GUID __declspec(selectany) IID_IEnumMap =
- {0x0f1fc15b,0x083f,0x11d1,{0x86,0x9e,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ISpatialBookmark =
- {0xee53528b,0x41c9,0x11d1,{0x88,0x0a,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IPushPin =
- {0xee53528c,0x41c9,0x11d1,{0x88,0x0a,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IAOIBookmark =
- {0xee53528d,0x41c9,0x11d1,{0x88,0x0a,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureBookmark =
- {0x3036d35f,0xede5,0x11d0,{0x87,0xfe,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IEnumSpatialBookmark =
- {0xee535290,0x41c9,0x11d1,{0x88,0x0a,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IMapBookmarks =
- {0xee53528f,0x41c9,0x11d1,{0x88,0x0a,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ITableCollection =
- {0x7d931eab,0xd31f,0x11d2,{0x9f,0x40,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IStandaloneTable =
- {0xffc6b179,0xe3ec,0x11d3,{0xa0,0x96,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IStandaloneTableCollection =
- {0x3c2aceaa,0xe3dc,0x11d3,{0xa0,0x96,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) IID_ILegend =
- {0x3141f307,0x38e2,0x11d1,{0x88,0x09,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IDataBrowser =
- {0x3434b651,0x13f4,0x11d1,{0xb6,0xb9,0x08,0x00,0x09,0xb9,0x96,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureFindData =
- {0x9305b83a,0x5d4d,0x11d2,{0xa0,0x7b,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) IID_IMXFeatureFindData =
- {0xe992bc10,0x0df2,0x4bec,{0xb3,0xd5,0xa9,0xd8,0x96,0x7a,0x5f,0xc8}};
- extern "C" const GUID __declspec(selectany) IID_IScaleBar =
- {0x6dfae8e2,0xecaa,0x11d0,{0x86,0x82,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IScaleLine =
- {0x6dfae8e3,0xecaa,0x11d0,{0x86,0x82,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ISingleFillScaleBar =
- {0x6dfae8e4,0xecaa,0x11d0,{0x86,0x82,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IDoubleFillScaleBar =
- {0x6dfae8e5,0xecaa,0x11d0,{0x86,0x82,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IScaleMarks =
- {0x6dfae8e7,0xecaa,0x11d0,{0x86,0x82,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IMapInset =
- {0x6dfae8f1,0xecaa,0x11d0,{0x86,0x82,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IScaleText =
- {0x7a3f91f0,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_INorthArrow =
- {0x7a3f91f1,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IMarkerNorthArrow =
- {0x7a3f91f3,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IPictureNorthArrow =
- {0x7a3f91f7,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IOverview =
- {0x7a3f91f2,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IOverview2 =
- {0x1bd83797,0x6dbc,0x43d1,{0xa6,0x42,0x19,0xa2,0x21,0x85,0xac,0xac}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureCursorBuffer =
- {0xa2983336,0x7e7c,0x11d2,{0xa0,0x84,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureCursorBuffer2 =
- {0x7df13f3f,0x39b7,0x41c4,{0x80,0xe3,0xaa,0x7d,0x16,0xf4,0x6d,0x57}};
- extern "C" const GUID __declspec(selectany) IID_IBufferProcessingSymbology =
- {0x8fc84c02,0x6be1,0x4352,{0x91,0x64,0xa6,0x82,0xbb,0xfe,0x89,0x4c}};
- extern "C" const GUID __declspec(selectany) IID_IBufferProcessingParameter =
- {0xd7c605d8,0x6da2,0x4bad,{0xa5,0xd4,0xdd,0x84,0x38,0x71,0x7f,0x17}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureIndex =
- {0x59f60294,0xc1fb,0x11d2,{0x9f,0x23,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IIndexQuery =
- {0x59f60295,0xc1fb,0x11d2,{0x9f,0x23,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IIndexQuery2 =
- {0x3df5374b,0x2cee,0x11d4,{0xa6,0xa5,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureIndex2 =
- {0xbc2e4428,0x1311,0x42fb,{0xb3,0x64,0x0a,0xa4,0x6f,0x03,0xa1,0xac}};
- extern "C" const GUID __declspec(selectany) IID_IMapIdentifyObject =
- {0x7f4ab189,0xed0d,0x11d2,{0xab,0x0e,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IBasicMapIdentifyObject =
- {0x976d826b,0xc8ab,0x11d4,{0x80,0xf6,0x00,0xc0,0x4f,0xa0,0xad,0xf8}};
- extern "C" const GUID __declspec(selectany) IID_IBasicGeoprocessor =
- {0x4c1fd611,0xf3a3,0x11d3,{0x9f,0xde,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IMapGeographicTransformations =
- {0x24420050,0x03fe,0x11d4,{0x9f,0xe9,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IActiveViewGEN =
- {0x4a708ae4,0x4b40,0x438e,{0xa6,0x09,0x0b,0xbd,0x67,0xea,0x50,0x8c}};
- extern "C" const GUID __declspec(selectany) IID_IViewRefresh =
- {0x5f78435a,0x7443,0x4195,{0xbe,0xb2,0xca,0xef,0xa6,0x34,0x33,0xd8}};
- extern "C" const GUID __declspec(selectany) IID_IRotateOperation =
- {0xc6431185,0x806c,0x11d1,{0x87,0x23,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IInvalidArea2 =
- {0xfcd50e05,0x696b,0x49a5,{0x88,0x72,0x2f,0x43,0x45,0x3f,0xcd,0x2f}};
- extern "C" const GUID __declspec(selectany) IID_IInvalidArea3 =
- {0x34ddb0ec,0x4d41,0x4747,{0x95,0x07,0xd3,0x2a,0xbe,0x9f,0xee,0xe8}};
- extern "C" const GUID __declspec(selectany) CLSID_Map =
- {0xe6bdaa76,0x4d35,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IMxdContents =
- {0xbe202904,0x9c7f,0x4d51,{0x80,0xb2,0xdb,0xc9,0x60,0x22,0x4e,0x7f}};
- extern "C" const GUID __declspec(selectany) IID_IPageLayout =
- {0xdd94d76a,0x836d,0x11d0,{0x87,0xec,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IPage =
- {0x2ab4981f,0x9406,0x11d0,{0x87,0xef,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IRulerSettings =
- {0x31e081a9,0xcb02,0x11d1,{0x87,0x6c,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ISnapGrid =
- {0x31e081aa,0xcb02,0x11d1,{0x87,0x6c,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ISnapGuides =
- {0x31e081ab,0xcb02,0x11d1,{0x87,0x6c,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MapEvents =
- {0x7fd02e40,0x706a,0x11d3,{0x81,0x70,0x00,0x80,0xc7,0x62,0x51,0x71}};
- extern "C" const GUID __declspec(selectany) CLSID_MapEvents2 =
- {0xcecd552c,0x54ef,0x4930,{0x93,0x4e,0x81,0x77,0x1a,0x2d,0xb5,0xdf}};
- extern "C" const GUID __declspec(selectany) CLSID_MapEvents3 =
- {0x8949e874,0xda17,0x436b,{0xa8,0x8c,0xf1,0x6e,0xcb,0x4e,0xe1,0xc9}};
- extern "C" const GUID __declspec(selectany) CLSID_ScaleLine =
- {0x6589f140,0xf7f7,0x11d2,{0xb8,0x72,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_SteppedScaleLine =
- {0x6589f141,0xf7f7,0x11d2,{0xb8,0x72,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_HollowScaleBar =
- {0x6589f143,0xf7f7,0x11d2,{0xb8,0x72,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_SingleDivisionScaleBar =
- {0x6589f146,0xf7f7,0x11d2,{0xb8,0x72,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_Scalebar =
- {0x7a3f91db,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_AlternatingScaleBar =
- {0x6589f147,0xf7f7,0x11d2,{0xb8,0x72,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_DoubleAlternatingScaleBar =
- {0x6589f148,0xf7f7,0x11d2,{0xb8,0x72,0x00,0x60,0x08,0x02,0xe6,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_ScaleText =
- {0x7a3f91dc,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MarkerNorthArrow =
- {0x7a3f91dd,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_Overview =
- {0x7a3f91de,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MapTitle =
- {0x7a3f91df,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MapInset =
- {0x7a3f91e3,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_Legend =
- {0x7a3f91e4,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_LegendFormat =
- {0x7a3f91e5,0xb9e3,0x11d1,{0x87,0x56,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_AOIBookmark =
- {0xbbb1ae73,0x41e3,0x11d2,{0xae,0x1e,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureBookmark =
- {0xec65b35b,0x4342,0x11d2,{0xae,0x22,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureCursorBuffer =
- {0xa2983338,0x7e7c,0x11d2,{0xa0,0x84,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureIndex =
- {0x59f60296,0xc1fb,0x11d2,{0x9f,0x23,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_BasicGeoprocessor =
- {0x4c1fd612,0xf3a3,0x11d3,{0x9f,0xde,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) CLSID_InvalidArea =
- {0xa802ba72,0xd947,0x11d1,{0x84,0x84,0x00,0x00,0xf8,0x75,0xb9,0xc6}};
- extern "C" const GUID __declspec(selectany) CLSID_StandaloneTable =
- {0xee7c5047,0xe3db,0x11d3,{0xa0,0x96,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) CLSID_MapSelection =
- {0x85dcfd05,0x8e4f,0x11d4,{0xa6,0x97,0x00,0x50,0x8b,0x4a,0x41,0x14}};
- extern "C" const GUID __declspec(selectany) IID_IMapGrid =
- {0x03762c8b,0xf4d0,0x11d1,{0xad,0xe8,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IGridLabel =
- {0xce41c501,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IMapGridBorder =
- {0xac81ecf9,0x9ee4,0x11d2,{0xaa,0xdf,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IGridLabel2 =
- {0x76b22cba,0xa25b,0x41e5,{0xb8,0xba,0xf2,0x9a,0xe3,0x18,0x22,0xbb}};
- extern "C" const GUID __declspec(selectany) IID_IGridLabelExport =
- {0xed656e23,0xe953,0x11d3,{0x9f,0xda,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IDMSGridLabel =
- {0xce41c503,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IFormattedGridLabel =
- {0xce41c505,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IMixedFontGridLabel =
- {0xce41c509,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IMixedFontGridLabel2 =
- {0xf3b2fce0,0x2f21,0x42de,{0xaf,0x4f,0x10,0xb4,0xc9,0x95,0x79,0xc3}};
- extern "C" const GUID __declspec(selectany) IID_IIndexGridTabStyle =
- {0xce41c50a,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IBackgroundTabStyle =
- {0xce41c50c,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleMapGridBorder =
- {0xac81ecfa,0x9ee4,0x11d2,{0xaa,0xdf,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ICalibratedMapGridBorder =
- {0x6ca416af,0xe160,0x11d2,{0x9f,0x4e,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IMeasuredGrid =
- {0x4f69021f,0xa5c1,0x11d2,{0xae,0x82,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IProjectedGrid =
- {0x0fe6aea3,0xd8de,0x11d2,{0x9f,0x45,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IGraticule =
- {0x03762c8c,0xf4d0,0x11d1,{0xad,0xe8,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IIndexGrid =
- {0x03762c8d,0xf4d0,0x11d1,{0xad,0xe8,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ICustomOverlayGrid =
- {0xff501c89,0xd74b,0x11d2,{0x9f,0x43,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IMapFrameEvents =
- {0xfe3115eb,0xed6c,0x11d0,{0x86,0x83,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IMapGrids =
- {0x08e7d005,0x9aae,0x11d2,{0xae,0x7b,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IGridAxisTicks =
- {0x864e5227,0x9809,0x4a48,{0x83,0x09,0x6e,0xc6,0x40,0xc6,0x3b,0x30}};
- extern "C" const GUID __declspec(selectany) IID_IGridHatch =
- {0x12700210,0x876c,0x4559,{0x9f,0xcf,0xaa,0xb2,0x38,0x00,0x88,0x32}};
- extern "C" const GUID __declspec(selectany) IID_IGridInteriorLabels =
- {0xa8bdc097,0x2002,0x4e08,{0xbd,0x4b,0x40,0x15,0x99,0xa5,0x8f,0xa4}};
- extern "C" const GUID __declspec(selectany) IID_IDMSGridLabel2 =
- {0xa2068ced,0xca6d,0x49d1,{0xbe,0x32,0x02,0x73,0xed,0x98,0x42,0x17}};
- extern "C" const GUID __declspec(selectany) IID_IDMSGridLabel3 =
- {0x30052758,0x07da,0x41db,{0x94,0x69,0xb7,0x2f,0x14,0xe7,0xa0,0x7b}};
- extern "C" const GUID __declspec(selectany) IID_ICornerGridLabel =
- {0x8ed900fe,0x2573,0x4911,{0x9c,0x13,0xa2,0x4a,0xc3,0xbc,0x32,0x33}};
- extern "C" const GUID __declspec(selectany) IID_IMgrsGrid =
- {0x46240e54,0xb526,0x47f3,{0x80,0xa4,0xa7,0xe2,0xf2,0xe1,0xc2,0x62}};
- extern "C" const GUID __declspec(selectany) IID_IGridLadderLabels =
- {0x8941e7de,0x7345,0x4366,{0x9f,0xac,0x10,0x8f,0x1a,0x68,0x54,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IPrincipalDigitsGridLabel =
- {0x560a800d,0x2467,0x4e71,{0x9a,0xc1,0xd8,0xc3,0x99,0xf2,0x2a,0xd1}};
- extern "C" const GUID __declspec(selectany) CLSID_MapFrame =
- {0xdd94d770,0x836d,0x11d0,{0x87,0xec,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_MapSurroundFrame =
- {0x83ffcae1,0xedca,0x11d0,{0x86,0x83,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_DMSGridLabel =
- {0xce41c506,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_FormattedGridLabel =
- {0xce41c507,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_MixedFontGridLabel =
- {0xce41c508,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_BackgroundTabStyle =
- {0xce41c50d,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_ContinuousTabStyle =
- {0xce41c50e,0x9df9,0x11d2,{0xaa,0xde,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_RoundedTabStyle =
- {0xac81ecf7,0x9ee4,0x11d2,{0xaa,0xdf,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_ButtonTabStyle =
- {0xac81ecf8,0x9ee4,0x11d2,{0xaa,0xdf,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleMapGridBorder =
- {0xac81ecfb,0x9ee4,0x11d2,{0xaa,0xdf,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_CalibratedMapGridBorder =
- {0x6ca416b0,0xe160,0x11d2,{0x9f,0x4e,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) CLSID_Graticule =
- {0x03762c8f,0xf4d0,0x11d1,{0xad,0xe8,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_MeasuredGrid =
- {0x03762c90,0xf4d0,0x11d1,{0xad,0xe8,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_IndexGrid =
- {0x03762c91,0xf4d0,0x11d1,{0xad,0xe8,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_CustomOverlayGrid =
- {0xff501c8a,0xd74b,0x11d2,{0x9f,0x43,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
- extern "C" const GUID __declspec(selectany) CLSID_LocatorRectangle =
- {0x83ffcae2,0xedca,0x11d0,{0x86,0x83,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MgrsGrid =
- {0x35f4d526,0x895d,0x4f85,{0xb9,0x7f,0x1a,0x3b,0x84,0xc6,0x29,0xad}};
- extern "C" const GUID __declspec(selectany) CLSID_CornerGridLabel =
- {0xfd52b61a,0x71cd,0x4108,{0xa9,0x16,0xf8,0x18,0x96,0x94,0x04,0xea}};
- extern "C" const GUID __declspec(selectany) IID_IPageEvents =
- {0x83bd34e5,0xce3b,0x11d1,{0x87,0x6e,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicSnap =
- {0x56fd87f5,0xddce,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IPageLayoutSnap =
- {0xfc27faaf,0xdb88,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IGraphicSnapEnvironment =
- {0x56fd87f6,0xddce,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IPageLayout2 =
- {0xdbb71b69,0xdb4e,0x4780,{0xae,0x6f,0x39,0xea,0x7a,0x4a,0x07,0x5f}};
- extern "C" const GUID __declspec(selectany) IID_IMapDocument =
- {0x5366451c,0xa001,0x4179,{0xb8,0xcb,0xe8,0xf0,0x14,0x62,0x8a,0x44}};
- extern "C" const GUID __declspec(selectany) CLSID_PageLayout =
- {0xdd94d76e,0x836d,0x11d0,{0x87,0xec,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_Page =
- {0xdd94d76f,0x836d,0x11d0,{0x87,0xec,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_RulerSettings =
- {0x31e081ac,0xcb02,0x11d1,{0x87,0x6c,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_SnapGrid =
- {0x31e081ad,0xcb02,0x11d1,{0x87,0x6c,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_SnapGuides =
- {0x31e081ae,0xcb02,0x11d1,{0x87,0x6c,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_GraphicSnapEnvironment =
- {0x56fd87f7,0xddce,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_GridSnap =
- {0xfc27fab0,0xdb88,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_GuideSnap =
- {0xfc27fab1,0xdb88,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MarginSnap =
- {0xfc27fab2,0xdb88,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_RulerSnap =
- {0xfc27fab3,0xdb88,0x11d1,{0x87,0x78,0x00,0x00,0xf8,0x75,0x17,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_MapDocument =
- {0x2fe5e68e,0x3da5,0x4bda,{0xba,0xf1,0x10,0x3c,0x55,0x11,0x5a,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_IRasterLayer =
- {0xd02371c7,0x35f7,0x11d2,{0xb1,0xf2,0x00,0xc0,0x4f,0x8e,0xde,0xff}};
- extern "C" const GUID __declspec(selectany) IID_IRasterIdentifyObj =
- {0xefd47fdc,0xde27,0x11d2,{0x9f,0xce,0x00,0xc0,0x4f,0x79,0x9f,0x23}};
- extern "C" const GUID __declspec(selectany) IID_IRasterIdentifyObj2 =
- {0xff3bac13,0xe1c4,0x47ab,{0x80,0x7a,0x4c,0x82,0x33,0x34,0x1d,0x11}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCatalogLayer =
- {0xaf9930f0,0xf61e,0x11d3,{0x8d,0x6c,0x00,0xc0,0x4f,0x5b,0x87,0xb2}};
- extern "C" const GUID __declspec(selectany) IID_IColorSymbol =
- {0x9af99dd0,0x026b,0x11d3,{0x9c,0x1f,0x00,0xc0,0x4f,0x5a,0xa6,0xed}};
- extern "C" const GUID __declspec(selectany) IID_IColorRampSymbol =
- {0x1272e1b0,0x204c,0x11d3,{0xa3,0xf2,0x00,0x04,0xac,0x1b,0x1d,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IRasterSpatialSelection =
- {0x9466d4e6,0x937d,0x40c6,{0x87,0x09,0x56,0xeb,0x94,0xc3,0xc9,0xb5}};
- extern "C" const GUID __declspec(selectany) IID_IGeoReferenceEvents =
- {0xbc2e6acb,0xee59,0x4b6d,{0x91,0xce,0x4e,0x17,0x43,0xd4,0x03,0xb3}};
- extern "C" const GUID __declspec(selectany) IID_IGdbRasterCatalogLayer =
- {0x605bc37a,0x15e9,0x40a0,{0x90,0xfb,0xde,0x4c,0xc3,0x76,0x83,0x8c}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCatalogDisplayProps =
- {0x27d0e52f,0xf170,0x4743,{0x86,0x3a,0x44,0x19,0xfe,0x70,0x83,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IRasterLayerExport =
- {0x70499f74,0x2acb,0x4b69,{0xbd,0x88,0x19,0x75,0x64,0x4b,0xab,0x29}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterLayer =
- {0xd02371c9,0x35f7,0x11d2,{0xb1,0xf2,0x00,0xc0,0x4f,0x8e,0xde,0xff}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterCatalogLayer =
- {0x1493c960,0xf620,0x11d3,{0x8d,0x6c,0x00,0xc0,0x4f,0x5b,0x87,0xb2}};
- extern "C" const GUID __declspec(selectany) CLSID_GdbRasterCatalogLayer =
- {0x297d796d,0x384e,0x48f8,{0xa1,0x89,0xe0,0x34,0x72,0x81,0xac,0x7d}};
- extern "C" const GUID __declspec(selectany) CLSID_ColorSymbol =
- {0xb81f9ae0,0x026e,0x11d3,{0x9c,0x1f,0x00,0xc0,0x4f,0x5a,0xa6,0xed}};
- extern "C" const GUID __declspec(selectany) CLSID_ColorRampSymbol =
- {0x40987040,0x204c,0x11d3,{0xa3,0xf2,0x00,0x04,0xac,0x1b,0x1d,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterRGBSymbol =
- {0x99dccb66,0x2e09,0x11d3,{0xa6,0x26,0x00,0x08,0xc7,0xbf,0x33,0x47}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleRasterIdentifyObj =
- {0x5ffad6db,0x9cc2,0x45bc,{0x8c,0x88,0x59,0x8e,0xdf,0x5e,0x55,0xc4}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterIdentifyObj =
- {0x61704b78,0xde2b,0x11d2,{0x9f,0xce,0x00,0xc0,0x4f,0x79,0x9f,0x23}};
- extern "C" const GUID __declspec(selectany) CLSID_GeoReferenceEvents =
- {0x3dec7f54,0x1ea3,0x43af,{0x9b,0xf0,0x0e,0xa1,0xfa,0xd1,0x07,0x88}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterLayerExport =
- {0x8dcf4198,0x4c40,0x46f3,{0x8c,0x60,0x9a,0xe2,0x5a,0xec,0x03,0x2f}};
- extern "C" const GUID __declspec(selectany) IID_IRasterFormatInfo =
- {0x4d6b1ff0,0xc144,0x11d2,{0x9f,0x43,0x00,0xc0,0x4f,0x8e,0xd2,0x1a}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDefaultsEnv =
- {0xfb89a39b,0xc08e,0x11d2,{0x9f,0x43,0x00,0xc0,0x4f,0x8e,0xd2,0x1a}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDefaultsEnv2 =
- {0xe5191e5e,0x4d03,0x45d9,{0x94,0xa4,0x9e,0x2d,0x8c,0x5c,0x9a,0xed}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDefaultsEnv3 =
- {0xbbce4f14,0xf0da,0x4cbf,{0x81,0x96,0x0e,0x38,0x0b,0x34,0xcc,0xbb}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterDefaultsEnv =
- {0xeb0d0573,0xc109,0x11d2,{0x9f,0x43,0x00,0xc0,0x4f,0x8e,0xd2,0x1a}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterFormatInfo =
- {0x4d6b1fef,0xc144,0x11d2,{0x9f,0x43,0x00,0xc0,0x4f,0x8e,0xd2,0x1a}};
- extern "C" const GUID __declspec(selectany) CLSID_TifPictureElement =
- {0x5e7c0920,0x14a5,0x11d3,{0x80,0xcf,0x00,0x80,0xc7,0x59,0x7e,0x71}};
- extern "C" const GUID __declspec(selectany) CLSID_JpgPictureElement =
- {0x06ac0980,0x1953,0x11d3,{0xa3,0xee,0x00,0x04,0xac,0x1b,0x1d,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_ImgPictureElement =
- {0x1c0d9b20,0x1953,0x11d3,{0xa3,0xee,0x00,0x04,0xac,0x1b,0x1d,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_SidPictureElement =
- {0x356efc60,0x1953,0x11d3,{0xa3,0xee,0x00,0x04,0xac,0x1b,0x1d,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_GifPictureElement =
- {0x4a7c82b0,0x1953,0x11d3,{0xa3,0xee,0x00,0x04,0xac,0x1b,0x1d,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_PngPictureElement =
- {0x85cd6330,0xd45a,0x11d3,{0xa4,0x14,0x00,0x04,0xac,0x1b,0x1d,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IMapDescriptor =
- {0xd9609d73,0xafea,0x4739,{0x8f,0x29,0xf5,0x99,0x38,0x23,0xf4,0xcf}};
- extern "C" const GUID __declspec(selectany) IID_ILayerDescriptor =
- {0x3b2dee7b,0x641e,0x48ff,{0xa9,0xcd,0xd2,0x45,0x8c,0x0a,0x58,0x61}};
- extern "C" const GUID __declspec(selectany) IID_ITOCClass =
- {0x60717be3,0x7fcf,0x43a1,{0xa1,0xd8,0x1b,0x64,0x55,0x71,0xea,0xcb}};
- extern "C" const GUID __declspec(selectany) IID_ITOCGroup =
- {0x47f5d6e6,0xf528,0x4ef8,{0x85,0x11,0x77,0xcc,0x55,0x25,0x18,0xd3}};
- extern "C" const GUID __declspec(selectany) IID_IMxdServer =
- {0xbd2e03fc,0xa244,0x46af,{0x93,0xed,0xb5,0x22,0xa0,0x90,0xde,0x89}};
- extern "C" const GUID __declspec(selectany) IID_IMxdServerQuery =
- {0x1e90974d,0x6d47,0x480d,{0x9a,0xa9,0xd8,0xf5,0x82,0x75,0x72,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IMxdServerObjects =
- {0x50949b31,0x90ac,0x4290,{0xb0,0x01,0x95,0x2e,0xf5,0x20,0x4a,0x62}};
- extern "C" const GUID __declspec(selectany) IID_IQueryByLayer =
- {0xb353cfbb,0x0f64,0x4d00,{0x90,0x4a,0x6e,0xec,0xd3,0xfa,0x5d,0x4c}};
- extern "C" const GUID __declspec(selectany) CLSID_QueryByLayer =
- {0x6056e03b,0x2373,0x40ae,{0x94,0x10,0xcd,0xee,0xdb,0x4b,0x76,0xd4}};
- extern "C" const GUID __declspec(selectany) CLSID_MxdServer =
- {0xfb760062,0x82c9,0x49dd,{0xad,0x1c,0x10,0x0a,0xf3,0x36,0x25,0xed}};
- extern "C" const GUID __declspec(selectany) CLSID_MapDescriptor =
- {0x6156692f,0x8a40,0x424f,{0xa9,0xd6,0x6b,0x36,0x61,0xdd,0xf7,0x82}};
- extern "C" const GUID __declspec(selectany) CLSID_LayerDescriptor =
- {0x9a414a07,0x8dae,0x4f03,{0x9c,0x82,0x18,0xa2,0x56,0x8b,0xc8,0x60}};
- extern "C" const GUID __declspec(selectany) IID_ILayerDescription =
- {0xf763bdbe,0x8ef9,0x4da8,{0x96,0x28,0xdb,0xe8,0xee,0x4e,0xb6,0xde}};
- extern "C" const GUID __declspec(selectany) IID_IMapDescription =
- {0x4a81affe,0x0883,0x4062,{0x85,0x36,0x85,0xab,0x85,0x8a,0x10,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IMapArea =
- {0x0220f7a0,0xae3d,0x4cd3,{0xb9,0x90,0x34,0x9a,0xfd,0x10,0x27,0x89}};
- extern "C" const GUID __declspec(selectany) IID_ILayerDescriptions =
- {0x825ba060,0x417b,0x4e88,{0xbd,0xaf,0x32,0x9c,0x17,0x41,0x1c,0x5c}};
- extern "C" const GUID __declspec(selectany) IID_IMapDescriptions =
- {0x445788e6,0xe100,0x4abc,{0xa2,0xaf,0xbf,0x10,0xc1,0xb6,0x8f,0x40}};
- extern "C" const GUID __declspec(selectany) IID_IMapFrameDescriptions =
- {0x7ecddcde,0x6027,0x4547,{0xb7,0x20,0x52,0x79,0x4c,0x52,0x57,0x8c}};
- extern "C" const GUID __declspec(selectany) IID_IMapFrameDescription =
- {0x42cabfce,0x786d,0x43aa,{0xbf,0xa1,0xbb,0x1f,0x26,0xac,0xeb,0x6b}};
- extern "C" const GUID __declspec(selectany) IID_IMapLayerInfo =
- {0xca469c38,0xc9e4,0x4dc3,{0x9c,0x32,0x86,0xae,0xf3,0xb3,0x3d,0xf2}};
- extern "C" const GUID __declspec(selectany) IID_IImageType =
- {0xec27718b,0x0fa5,0x40e1,{0x96,0x85,0x37,0x6e,0x49,0xe9,0x3c,0xb5}};
- extern "C" const GUID __declspec(selectany) IID_IImageDisplay =
- {0x725221de,0x7d6b,0x462d,{0x9c,0xdf,0x1f,0xe2,0x2e,0xe3,0x9e,0xb6}};
- extern "C" const GUID __declspec(selectany) IID_IImageDescription =
- {0x0f1f22eb,0x8da5,0x498b,{0x9b,0x84,0x7c,0xe2,0xef,0xa1,0x4b,0x94}};
- extern "C" const GUID __declspec(selectany) IID_IImageResult =
- {0xbe47d208,0xd27a,0x4048,{0xa1,0x18,0xc9,0x16,0x76,0x62,0xdb,0x74}};
- extern "C" const GUID __declspec(selectany) IID_IMapImage =
- {0x8a77bea2,0x5541,0x4ade,{0x93,0xbc,0xd5,0xcb,0xa5,0x60,0x34,0xc8}};
- extern "C" const GUID __declspec(selectany) IID_ILayoutImage =
- {0x904ba065,0xaf13,0x40f4,{0xa6,0x61,0x79,0xb7,0xbc,0xfb,0x98,0x9a}};
- extern "C" const GUID __declspec(selectany) IID_IMapImages =
- {0x9685fae8,0x74aa,0x4cd0,{0x87,0x1c,0x22,0x69,0xda,0x85,0x62,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_ISQLSyntaxInfo =
- {0x0a5f737c,0x5707,0x4aee,{0xbd,0x01,0x02,0x3c,0x4f,0xe1,0x67,0x3c}};
- extern "C" const GUID __declspec(selectany) IID_IMapLayerInfos =
- {0x28f77a6e,0x3413,0x4ccf,{0x9e,0x76,0xb5,0xee,0xbe,0x75,0xa0,0x2f}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerBookmarks =
- {0xe5d450fd,0x7430,0x4fa3,{0x83,0x0b,0x1f,0xe1,0xd9,0x9f,0xd2,0x17}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerBookmark =
- {0xd1e87c49,0x0bfb,0x41c3,{0xa6,0x46,0xdb,0x0a,0x99,0xbc,0x3e,0xb8}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerFindResults =
- {0xd624ad5e,0xac10,0x42bc,{0x81,0x77,0x32,0x41,0x05,0x92,0x3c,0x7e}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerFindResult =
- {0x6ec9d9f9,0x5e0f,0x4067,{0x97,0x83,0x07,0xb1,0x62,0xc3,0xb8,0x68}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerIdentifyResults =
- {0x531780b5,0x8b37,0x440e,{0xa3,0x05,0xd2,0x7b,0x96,0x0c,0x75,0xb7}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerIdentifyResult =
- {0x6fa7fc12,0xc195,0x4f24,{0xa0,0xd6,0x7f,0xc0,0xcc,0x84,0xeb,0x01}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerRelationships =
- {0xdf17e39a,0x1358,0x485b,{0xb8,0x8c,0xbf,0x7b,0xb3,0x74,0x81,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerRelationship =
- {0x74f78603,0xa0a0,0x4078,{0xb6,0x53,0x17,0xd7,0x33,0xfe,0x95,0xfd}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerRows =
- {0x9cdb4e10,0x7f88,0x4a14,{0xbe,0xd3,0xe4,0x94,0x4d,0xfb,0xf7,0xe7}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerRow =
- {0xb60464e3,0x755a,0x4b84,{0xa4,0xd7,0x7e,0xcc,0x92,0x32,0xd2,0x6a}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerHyperlinks =
- {0xa2bf2fdc,0x3b52,0x42c4,{0xb4,0xbd,0x2a,0xe8,0x28,0xd1,0x4a,0xb7}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerHyperlink =
- {0x3a50d9de,0x2bef,0x44db,{0x9e,0x83,0xd3,0x28,0x53,0xee,0xeb,0xae}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLegendPatch =
- {0xe8807b4f,0xa2ed,0x43cb,{0x95,0x4f,0x73,0xb7,0xec,0xd9,0x44,0x22}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLegendGroup =
- {0x57a9d75c,0x5ee5,0x4701,{0xbc,0x4c,0x57,0xa7,0x1b,0x0b,0x4c,0x97}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLegendClasses =
- {0x1707d0e5,0x60c5,0x494c,{0xa2,0x83,0x9b,0x7d,0xe5,0xd9,0xe6,0xec}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLegendClass =
- {0x0ab95e54,0x7ebf,0x4de8,{0x81,0xeb,0xf3,0x83,0xf2,0x1c,0xc9,0xb0}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLegendGroups =
- {0x6644f471,0x0ae8,0x4089,{0xb1,0x58,0x48,0xcf,0x99,0xa2,0x3f,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLegendInfo =
- {0xd29cdeef,0x6467,0x4aa8,{0xb4,0x35,0x02,0x93,0x57,0x9a,0x2d,0x79}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLegendInfos =
- {0xdfcfdc82,0xaf78,0x49bf,{0x9f,0x48,0x27,0x27,0x30,0xae,0x82,0xff}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerInfo =
- {0x47dd2772,0x2f22,0x44df,{0x91,0x9b,0x0d,0x16,0xd8,0x67,0x26,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IPageDescription =
- {0x20da6e47,0xdd79,0x4b33,{0xab,0xc0,0x17,0x1c,0x4b,0xe6,0xc6,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerInit =
- {0x56e179e3,0x974e,0x41a7,{0x83,0x6b,0xc9,0xa6,0x0e,0xf6,0x30,0x1b}};
- extern "C" const GUID __declspec(selectany) IID_IMapServer =
- {0x12353e37,0xab79,0x48f7,{0x9c,0xb1,0x56,0xec,0x9d,0x7e,0xb8,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerObjects =
- {0x651521f3,0xaaff,0x42b9,{0x8c,0x2d,0x19,0x80,0x62,0x5a,0x13,0xbf}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerData =
- {0xaddaef3b,0x870a,0x4e9d,{0x9a,0xb0,0x24,0x2a,0x72,0xc3,0xf8,0x12}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLayout =
- {0x545329c0,0x300b,0x46f3,{0x9f,0xb3,0x71,0xf3,0x0e,0xcf,0xde,0x62}};
- extern "C" const GUID __declspec(selectany) IID_IMapReader =
- {0xf543891f,0x8c43,0x487d,{0x83,0x9e,0x83,0xd1,0xcd,0x4a,0xf3,0x3c}};
- extern "C" const GUID __declspec(selectany) IID_ICenterAndScale =
- {0x2a76d265,0x278e,0x4521,{0x99,0xae,0x37,0xc3,0x1f,0x23,0xb9,0x68}};
- extern "C" const GUID __declspec(selectany) IID_ICenterAndSize =
- {0x003c322d,0xe8c1,0x43e2,{0x8d,0xa3,0x3b,0xcd,0x81,0xfd,0xd2,0xf8}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureExtent =
- {0xfa56c255,0xce10,0x46d9,{0xab,0x63,0x50,0x57,0x53,0xdf,0x12,0xa4}};
- extern "C" const GUID __declspec(selectany) IID_IMapExtent =
- {0xfd1037c4,0x34d5,0x4783,{0x88,0x12,0xe0,0x6e,0xff,0x64,0x84,0xe7}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServer =
- {0x43e4f6b6,0x7b17,0x4536,{0xb7,0xcf,0xc0,0x45,0x4e,0xbb,0x0f,0x5a}};
- extern "C" const GUID __declspec(selectany) CLSID_MapReader =
- {0xcbe900d4,0xaf66,0x4e4e,{0xa9,0x57,0xac,0x83,0x9b,0x17,0x70,0xcd}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerInfo =
- {0x927b6010,0x1ac9,0x470f,{0x99,0xb5,0xbf,0x95,0xc9,0x8b,0x93,0x39}};
- extern "C" const GUID __declspec(selectany) CLSID_MapLayerInfo =
- {0x63e9b9a2,0x5b83,0x4065,{0x8f,0x32,0xff,0x77,0x32,0xef,0xf3,0xed}};
- extern "C" const GUID __declspec(selectany) CLSID_MapDescription =
- {0xcfcf1c16,0xdbf2,0x4ea0,{0x86,0x38,0x88,0x03,0xeb,0xdc,0x1e,0x9c}};
- extern "C" const GUID __declspec(selectany) CLSID_LayerDescription =
- {0x5d9e564d,0x930c,0x4179,{0xb1,0x08,0x4c,0xea,0x9b,0x4a,0xcf,0x01}};
- extern "C" const GUID __declspec(selectany) CLSID_MapFrameDescription =
- {0x6d72cda6,0x8613,0x4f53,{0xb4,0xd7,0xae,0x89,0x50,0xdf,0x83,0x83}};
- extern "C" const GUID __declspec(selectany) CLSID_PageDescription =
- {0xb624b6a5,0x4ab5,0x4af0,{0x86,0xf3,0xb0,0x92,0x13,0x83,0x66,0x34}};
- extern "C" const GUID __declspec(selectany) CLSID_ImageType =
- {0x56204983,0x18f4,0x4c25,{0x96,0x9a,0x6f,0x8e,0xe6,0xc1,0x13,0x57}};
- extern "C" const GUID __declspec(selectany) CLSID_ImageDisplay =
- {0x6ff2fa3d,0xebce,0x4f3a,{0x94,0x1e,0x95,0x59,0x54,0xfb,0xa3,0xcc}};
- extern "C" const GUID __declspec(selectany) CLSID_ImageDescription =
- {0x8c9522a6,0x302f,0x4f1a,{0x93,0x16,0xcd,0x15,0xf9,0x71,0x57,0x3c}};
- extern "C" const GUID __declspec(selectany) CLSID_MapImage =
- {0xc9d77bd2,0x8296,0x4411,{0x8d,0x11,0x6e,0xff,0xfb,0xb2,0x9c,0xad}};
- extern "C" const GUID __declspec(selectany) CLSID_ImageResult =
- {0x2b43e5ef,0xbfe4,0x490c,{0x8a,0x1e,0xd2,0x8f,0xbd,0x64,0x5b,0xcd}};
- extern "C" const GUID __declspec(selectany) CLSID_LayoutImage =
- {0x614df187,0x68a3,0x480f,{0xb7,0x60,0x26,0xe8,0xdd,0x38,0x7d,0x72}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerIdentifyResult =
- {0x8aec469a,0x6795,0x454a,{0x9c,0x0b,0xe4,0x7d,0x6d,0xcc,0x6c,0x95}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerFindResult =
- {0xdf9adee0,0x54b2,0x43d7,{0x90,0xbf,0xb2,0xcb,0x9b,0xcc,0x37,0x35}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerBookmark =
- {0xb7be7672,0xf6cb,0x4c3e,{0xba,0xe9,0x65,0x01,0x8b,0x26,0x46,0x3b}};
- extern "C" const GUID __declspec(selectany) CLSID_CenterAndScale =
- {0x47ae7b9a,0x6744,0x4e44,{0x85,0x80,0x83,0xec,0xbe,0xa9,0x5f,0x51}};
- extern "C" const GUID __declspec(selectany) CLSID_CenterAndSize =
- {0x3fb43f0d,0xa000,0x4c23,{0x9b,0xea,0x09,0x76,0xae,0xf3,0x94,0x29}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureExtent =
- {0xe257b2f9,0x3f37,0x4ec2,{0xbf,0x16,0xbf,0x76,0x07,0x56,0x9a,0x72}};
- extern "C" const GUID __declspec(selectany) CLSID_MapExtent =
- {0x8b80b977,0x43e9,0x461f,{0x80,0xdb,0x8b,0xf9,0xdd,0xd5,0x28,0x7e}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerHyperlink =
- {0xe35ff9ae,0x6330,0x4d0c,{0xbf,0x7b,0x4c,0xfe,0x23,0x9a,0x37,0xc7}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerRelationship =
- {0xcdd2606d,0x6223,0x419e,{0xab,0xc5,0x37,0xdc,0x9f,0x83,0xe0,0xae}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerRow =
- {0xccbeb520,0xa247,0x4c8d,{0xa5,0xb3,0xab,0x15,0x96,0x38,0xc3,0xdc}};
- extern "C" const GUID __declspec(selectany) CLSID_SQLSyntaxInfo =
- {0xdbceaa1e,0xc6f3,0x430e,{0x99,0xc4,0x6e,0x57,0xf5,0xa8,0x8b,0x3b}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLegendPatch =
- {0x5cdb8b58,0xb82b,0x4364,{0x97,0x5a,0x67,0x67,0xf9,0x98,0x59,0xe1}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLegendClass =
- {0x3651fc5f,0x0ec0,0x4380,{0x92,0x91,0x8a,0x0e,0x5c,0xe3,0xea,0xa6}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLegendGroup =
- {0x2c4c91e5,0xfa4e,0x4d04,{0x8e,0x30,0xe5,0xbe,0x24,0x74,0x97,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLegendInfo =
- {0xd0dc51b1,0xe32e,0x4249,{0x8c,0xa9,0x82,0x1e,0xdf,0xdf,0x66,0x8b}};
- extern "C" const GUID __declspec(selectany) CLSID_MapDescriptions =
- {0x82dbb5c4,0xcb76,0x4f59,{0x91,0x8a,0xa4,0xde,0xcb,0x91,0x0d,0x84}};
- extern "C" const GUID __declspec(selectany) CLSID_MapFrameDescriptions =
- {0x697c6bf4,0x6ffb,0x4d05,{0xbd,0x7e,0x0a,0x59,0xcc,0x34,0x33,0xd9}};
- extern "C" const GUID __declspec(selectany) CLSID_LayerDescriptions =
- {0xf26524f6,0x6a5d,0x4717,{0xa0,0xc2,0xa7,0x9e,0xb9,0x12,0x3d,0xed}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerBookmarks =
- {0x2eaa5eca,0x3597,0x4747,{0x8f,0x0b,0xc5,0x2b,0x55,0x9c,0x01,0xc7}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerIdentifyResults =
- {0x7630e616,0x3fc0,0x4994,{0xa9,0x6a,0xd2,0x6f,0xb0,0xa6,0x5b,0x6b}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerFindResults =
- {0xf6ac7a93,0x95a9,0x455a,{0x8f,0xf3,0xee,0xe4,0xa4,0x6e,0x07,0x3a}};
- extern "C" const GUID __declspec(selectany) CLSID_MapLayerInfos =
- {0xf549491e,0x3fa9,0x4773,{0xaa,0x7c,0xa9,0x9a,0x2d,0x31,0x7c,0x55}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerRows =
- {0xefd9858c,0x4f89,0x4059,{0x91,0xfa,0x39,0xf9,0x7f,0xf5,0xb1,0x6c}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerRelationships =
- {0x6fd540d3,0xcfc4,0x4512,{0xa8,0x81,0x19,0x48,0x65,0x1d,0x92,0x5a}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerHyperlinks =
- {0x9b389417,0xf5bf,0x420f,{0x88,0x2d,0xc5,0xd2,0xbe,0x6d,0xe0,0x4a}};
- extern "C" const GUID __declspec(selectany) CLSID_MapImages =
- {0x58a06dee,0xc4ed,0x4080,{0x9f,0xb8,0xaf,0xf1,0x83,0xf0,0xcc,0x47}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLegendGroups =
- {0x6e28ce07,0xea2e,0x41d4,{0x91,0x61,0x06,0x22,0x70,0x8d,0x62,0xad}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLegendClasses =
- {0xc331ef53,0x0b91,0x4249,{0x98,0xde,0x79,0x27,0xab,0x20,0x0b,0xc2}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLegendInfos =
- {0x6fb7b18b,0xe23e,0x4705,{0xba,0xae,0x56,0xe5,0x59,0x94,0x3e,0xd8}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLP =
- {0x1dacee3c,0x4a1b,0x4024,{0x9b,0xcf,0x76,0xbc,0x47,0xe7,0x65,0xc9}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerIP =
- {0x334a3d35,0x5d95,0x47bd,{0xa6,0x41,0xf4,0x01,0x30,0x68,0x17,0x1f}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerSublayer =
- {0xb059b902,0x5c7a,0x4287,{0x98,0x2e,0xef,0x0b,0xc7,0x7c,0x6a,0xab}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerLayer =
- {0xe9b56157,0x7eb7,0x4db3,{0x99,0x58,0xaf,0xbf,0x3b,0x5e,0x14,0x70}};
- extern "C" const GUID __declspec(selectany) IID_IMapServerIdentifyObject =
- {0xa25a8796,0x8463,0x490c,{0xb0,0x07,0x12,0x7d,0x2e,0x49,0x48,0x05}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLayer =
- {0x34d94bb0,0x3628,0x4d65,{0xb7,0xff,0x49,0x45,0x12,0x2f,0x30,0xd5}};
- extern "C" const GUID __declspec(selectany) CLSID_MapServerLayerFactory =
- {0x5dbce76c,0x0a71,0x4ce1,{0x9e,0x2e,0x2e,0x03,0x0a,0x55,0x05,0x0d}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleMapServerIdentifyObject =
- {0x58496d31,0xafa0,0x41f6,{0x9a,0x94,0x1b,0x23,0xe8,0x70,0x6f,0x3d}};
- extern "C" const GUID __declspec(selectany) IID_ITinRenderer =
- {0x466db6cd,0x80a6,0x11d2,{0x81,0xeb,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ITinIllumination =
- {0x4536d29b,0x9e81,0x11d2,{0x81,0xed,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ITinSingleSymbolRenderer =
- {0xf12e6ded,0x384c,0x11d2,{0xb1,0xf2,0x00,0xc0,0x4f,0x8e,0xde,0xff}};
- extern "C" const GUID __declspec(selectany) IID_ITinColorRampRenderer =
- {0x91fb1b61,0x8944,0x11d2,{0x81,0xec,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) IID_ITinUniqueValueRenderer =
- {0xaa8745c7,0xaa66,0x11d2,{0x81,0xfa,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinFaceRenderer =
- {0xf12e6df0,0x384c,0x11d2,{0xb1,0xf2,0x00,0xc0,0x4f,0x8e,0xde,0xff}};
- extern "C" const GUID __declspec(selectany) CLSID_TinEdgeRenderer =
- {0x13cb60ab,0x88a0,0x11d2,{0x81,0xeb,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNodeRenderer =
- {0x6ef19ac2,0x84aa,0x11d2,{0x81,0xeb,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinSlopeRenderer =
- {0x91fb1b62,0x8944,0x11d2,{0x81,0xec,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinAspectRenderer =
- {0xbebd2dae,0x8bc7,0x11d2,{0x81,0xec,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinElevationRenderer =
- {0xebb7311b,0x99f8,0x11d2,{0x81,0xed,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinFaceValueRenderer =
- {0xaa8745c8,0xaa66,0x11d2,{0x81,0xfa,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNodeValueRenderer =
- {0x322934b8,0xb224,0x11d2,{0x81,0xfc,0x00,0x10,0x4b,0xc4,0xcd,0x03}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNodeElevationRenderer =
- {0xba20564c,0xdbe3,0x11d2,{0x9f,0x39,0x00,0xc0,0x4f,0x6b,0xc6,0x19}};
- extern "C" const GUID __declspec(selectany) CLSID_TinBreaklineRenderer =
- {0xba20564f,0xdbe3,0x11d2,{0x9f,0x39,0x00,0xc0,0x4f,0x6b,0xc6,0x19}};
- extern "C" const GUID __declspec(selectany) IID_ITinLayer =
- {0xfe308f36,0xbdca,0x11d1,{0xa5,0x23,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) CLSID_TinLayer =
- {0xfe308f38,0xbdca,0x11d1,{0xa5,0x23,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleTinIdentifyObj =
- {0x70fd6dbf,0xa2ad,0x4a76,{0xb9,0xde,0x78,0x92,0x4c,0x66,0x68,0xfb}};
- extern "C" const GUID __declspec(selectany) IID_ITinIdentifyObj =
- {0x24d49fbd,0xde5c,0x11d2,{0x9f,0x31,0x00,0xc0,0x4f,0x6b,0xc5,0xf4}};
- extern "C" const GUID __declspec(selectany) IID_ITinIdentifyObj2 =
- {0x5cc51ddb,0x5cd6,0x416a,{0x97,0x00,0xb1,0x31,0x27,0x83,0xfd,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_ICadLayer =
- {0xe299adbc,0xa5c3,0x11d2,{0x9b,0x10,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
- extern "C" const GUID __declspec(selectany) IID_ICad3DRenderMode =
- {0x475f9178,0x7e05,0x11d4,{0xa1,0xd1,0x44,0x45,0x53,0x54,0x77,0x77}};
- extern "C" const GUID __declspec(selectany) IID_ICadIdentifyObj2 =
- {0x6729281d,0x94e0,0x48ee,{0x83,0x00,0x40,0x7d,0x5f,0x44,0xdc,0x6e}};
- extern "C" const GUID __declspec(selectany) CLSID_CadLayer =
- {0xe299adbd,0xa5c3,0x11d2,{0x9b,0x10,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureLayerExtendedDefinition =
- {0xbd0b0fdd,0x698f,0x11d5,{0x9c,0x2f,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
- extern "C" const GUID __declspec(selectany) CLSID_CadFeatureLayer =
- {0xe0f384b6,0xe0c1,0x11d2,{0x9b,0x30,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
- extern "C" const GUID __declspec(selectany) CLSID_CadAnnotationLayer =
- {0xe1b71879,0xa5df,0x11d4,{0xa2,0x15,0x44,0x45,0x53,0x54,0x77,0x77}};
- extern "C" const GUID __declspec(selectany) IID_IACMap =
- {0x74e45210,0xdfe6,0x11d3,{0x9f,0xf7,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IACLayer =
- {0x74e45211,0xdfe6,0x11d3,{0x9f,0xf7,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IACRenderer =
- {0xe0969da1,0x00f8,0x4237,{0xae,0x9a,0xd7,0x22,0x96,0x42,0xb3,0x80}};
- extern "C" const GUID __declspec(selectany) IID_IACSymbol =
- {0xc6c1b35e,0x90da,0x4b32,{0x93,0xdd,0x71,0x46,0x5f,0x50,0x2c,0xce}};
- extern "C" const GUID __declspec(selectany) IID_IACAxl =
- {0x10d4e467,0xfb51,0x49e1,{0xbf,0xcf,0x0f,0xaf,0x53,0x1f,0x2d,0x52}};
- extern "C" const GUID __declspec(selectany) IID_IACConnector =
- {0x74e4520f,0xdfe6,0x11d3,{0x9f,0xf7,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IACMapAdmin =
- {0x849696ae,0x8694,0x4666,{0xb5,0xf1,0x91,0x37,0xba,0xd5,0x11,0x36}};
- extern "C" const GUID __declspec(selectany) IID_IACLayerAdmin =
- {0x892dbd7b,0x6c2a,0x4456,{0xaa,0x7c,0x5c,0xbd,0x7c,0xd5,0xe5,0x95}};
- extern "C" const GUID __declspec(selectany) IID_IACFeatureLayer =
- {0xad88322d,0x533d,0x4e36,{0xa5,0xc9,0x1b,0x10,0x9a,0xf7,0xa3,0x46}};
- extern "C" const GUID __declspec(selectany) IID_IACFeatureLayerAdmin =
- {0x822bc633,0xeaf0,0x4bfe,{0xb6,0x1d,0x6d,0x63,0x28,0xf3,0x84,0x1f}};
- extern "C" const GUID __declspec(selectany) IID_IACImageLayer =
- {0x495c0e2c,0xd51d,0x4ed4,{0x9f,0xc1,0xfa,0x04,0xab,0x93,0x56,0x8d}};
- extern "C" const GUID __declspec(selectany) IID_IACImageLayerAdmin =
- {0xf14e1ec7,0x1083,0x43bd,{0xb3,0xb9,0xce,0x44,0xcc,0xe0,0xb0,0x4b}};
- extern "C" const GUID __declspec(selectany) IID_IACAcetateLayer =
- {0x65bd02ac,0x1cad,0x462a,{0xa5,0x24,0x3f,0x17,0xe9,0xd8,0x54,0x32}};
- extern "C" const GUID __declspec(selectany) IID_IACAcetateLayerAdmin =
- {0xa62789aa,0xf3d2,0x4d3c,{0x91,0xbd,0x3e,0xca,0xb2,0xb6,0x98,0xac}};
- extern "C" const GUID __declspec(selectany) IID_IACSimpleRenderer =
- {0x902f9675,0xd1df,0x46a2,{0xb8,0x79,0x13,0x8a,0xf6,0xb4,0xc2,0x18}};
- extern "C" const GUID __declspec(selectany) IID_IACGroupRenderer =
- {0xa3619021,0x32c9,0x46f9,{0xbb,0x4c,0x15,0x91,0x11,0xf0,0x29,0x7c}};
- extern "C" const GUID __declspec(selectany) IID_IACScaleDependentRenderer =
- {0x209ec66d,0x9469,0x4afc,{0x93,0xaf,0x94,0x4b,0xbf,0x88,0x66,0x94}};
- extern "C" const GUID __declspec(selectany) IID_IACValueMapRenderer =
- {0xdd43e233,0x4b52,0x4d46,{0x98,0x97,0x3b,0xfe,0x76,0x38,0xd3,0xe8}};
- extern "C" const GUID __declspec(selectany) IID_IACLineLabelPosition =
- {0x3991fa8d,0xaddc,0x4481,{0x9c,0xc8,0x4e,0xd0,0x47,0x32,0x4a,0xc4}};
- extern "C" const GUID __declspec(selectany) IID_IACSimpleLabelRenderer =
- {0x2dd61b65,0x518c,0x4a94,{0xa7,0x2a,0x19,0x94,0x07,0x4f,0xa4,0x90}};
- extern "C" const GUID __declspec(selectany) IID_IACLabelRenderer =
- {0xd71e6435,0xe35b,0x4ece,{0x9d,0x3f,0xe8,0xd4,0xbd,0x66,0xca,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IACValueMapLabelRenderer =
- {0xb229f597,0xfaca,0x4265,{0xb1,0x31,0x19,0x29,0x8b,0xb0,0xeb,0x03}};
- extern "C" const GUID __declspec(selectany) IID_IACSimpleLineSymbol =
- {0xda11971d,0x3da1,0x4230,{0xb1,0x19,0x82,0xf9,0x5c,0xc3,0xa9,0x8a}};
- extern "C" const GUID __declspec(selectany) IID_IACHashLineSymbol =
- {0x6b0a77c8,0xa0ba,0x4541,{0xbc,0xa7,0xa4,0x41,0x7f,0x0c,0xfb,0x97}};
- extern "C" const GUID __declspec(selectany) IID_IACSimplePolygonSymbol =
- {0x32f03709,0xf43d,0x4655,{0xad,0x8e,0xbe,0x49,0xbb,0x8c,0x7f,0x79}};
- extern "C" const GUID __declspec(selectany) IID_IACSimpleFillSymbol =
- {0x06a77433,0xfd34,0x4b30,{0xa4,0x6b,0xbc,0x21,0x79,0x04,0xab,0x76}};
- extern "C" const GUID __declspec(selectany) IID_IACRasterFillSymbol =
- {0x536b61ee,0xec20,0x4619,{0x8d,0xbd,0x54,0x52,0x52,0x14,0x12,0xcb}};
- extern "C" const GUID __declspec(selectany) IID_IACGradientFillSymbol =
- {0x7e9b1c09,0xf4d7,0x4bb0,{0x93,0x40,0x00,0xdf,0xa8,0xfe,0x5f,0x5c}};
- extern "C" const GUID __declspec(selectany) IID_IACSimpleMarkerSymbol =
- {0x27a1db1a,0x513d,0x4708,{0xbf,0x7b,0x8b,0xbc,0x28,0x5a,0x29,0xd2}};
- extern "C" const GUID __declspec(selectany) IID_IACTrueTypeMarkerSymbol =
- {0xa9998c07,0x2def,0x4a3f,{0x96,0xf4,0xb0,0xa9,0x87,0x8d,0xaf,0x5a}};
- extern "C" const GUID __declspec(selectany) IID_IACRasterMarkerSymbol =
- {0xea422e0d,0x124d,0x4266,{0xb2,0xa8,0xa2,0x93,0x1f,0x1e,0xaa,0xa6}};
- extern "C" const GUID __declspec(selectany) IID_IACCalloutMarkerSymbol =
- {0x58c9f9ef,0x622f,0x4f7a,{0xa6,0x4b,0xec,0x3e,0xa3,0x4b,0x2f,0xe2}};
- extern "C" const GUID __declspec(selectany) IID_IACRasterShieldSymbol =
- {0x33282097,0xf60f,0x402a,{0xa0,0x47,0xc0,0xec,0x72,0xde,0x51,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IACTextSymbol =
- {0x103d43e4,0x86ee,0x40be,{0xa8,0x69,0x7e,0x20,0x59,0xb9,0x9f,0x3b}};
- extern "C" const GUID __declspec(selectany) IID_IACTextMarkerSymbol =
- {0x9b232f9c,0x8689,0x4a28,{0x9c,0x61,0xbb,0x15,0x6b,0x9c,0x8e,0x25}};
- extern "C" const GUID __declspec(selectany) IID_IACShieldSymbol =
- {0x8ac3acb5,0xa6ea,0x4306,{0xbc,0x73,0x4e,0xb4,0xd2,0x11,0x00,0x0e}};
- extern "C" const GUID __declspec(selectany) CLSID_ACConnector =
- {0x84b9fdab,0xdfd4,0x11d3,{0x9f,0xf7,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_ACSimpleRenderer =
- {0xee16a1e6,0xbde9,0x47ed,{0xbe,0x03,0xd7,0x11,0xdb,0x31,0x02,0xe5}};
- extern "C" const GUID __declspec(selectany) CLSID_ACGroupRenderer =
- {0x1acdebe9,0x9f89,0x48dd,{0xbc,0x28,0x78,0x0a,0xcd,0x9d,0x42,0x56}};
- extern "C" const GUID __declspec(selectany) CLSID_ACScaleDependentRenderer =
- {0x69d20498,0xf616,0x454e,{0x9c,0xca,0x54,0xe0,0xf6,0x00,0xc2,0x5a}};
- extern "C" const GUID __declspec(selectany) CLSID_ACSimpleLineSymbol =
- {0xd2ea35c1,0xd393,0x4066,{0x90,0x1b,0xb4,0x41,0x08,0x16,0x3c,0xb3}};
- extern "C" const GUID __declspec(selectany) CLSID_ACSimpleFillSymbol =
- {0xb019758d,0x5f2b,0x4310,{0xb4,0x09,0xc0,0x42,0x39,0x1f,0x61,0x49}};
- extern "C" const GUID __declspec(selectany) CLSID_ACSimplePolygonSymbol =
- {0x72341cc3,0x1a6b,0x4ee9,{0x98,0x10,0xba,0x77,0xfd,0x27,0x7a,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_ACSimpleMarkerSymbol =
- {0x7fe0318e,0x3246,0x483f,{0x95,0x90,0xed,0x69,0xe9,0xc0,0x9a,0xf8}};
- extern "C" const GUID __declspec(selectany) CLSID_ACTextSymbol =
- {0x22e484b7,0x1ae7,0x4b13,{0x92,0xaa,0x3e,0x08,0x1d,0x00,0xb5,0x39}};
- extern "C" const GUID __declspec(selectany) CLSID_ACValueMapRenderer =
- {0x05b3287e,0xdb2b,0x436b,{0xbb,0x3d,0xb0,0x1e,0xf5,0x23,0x64,0x46}};
- extern "C" const GUID __declspec(selectany) CLSID_ACTrueTypeMarkerSymbol =
- {0x58063155,0xbded,0x4188,{0xb9,0x96,0xa0,0x9a,0x73,0xe9,0x3f,0x0a}};
- extern "C" const GUID __declspec(selectany) CLSID_ACRasterMarkerSymbol =
- {0x76315040,0xc3b0,0x4100,{0xb9,0x49,0x13,0x59,0x48,0x83,0x9c,0x67}};
- extern "C" const GUID __declspec(selectany) CLSID_ACRasterShieldSymbol =
- {0x8d574cab,0xff08,0x473e,{0x8b,0x73,0xbc,0xb9,0xe7,0x60,0x5a,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_ACHashLineSymbol =
- {0x53455d9e,0xc3e8,0x4ffa,{0x81,0xf0,0x38,0xed,0x2e,0x23,0x8b,0x9b}};
- extern "C" const GUID __declspec(selectany) CLSID_ACRasterFillSymbol =
- {0x34a16eda,0x8a58,0x44a4,{0x93,0x42,0x98,0x53,0x3b,0x85,0x64,0xa9}};
- extern "C" const GUID __declspec(selectany) CLSID_ACGradientFillSymbol =
- {0x3235e2dd,0xb46b,0x4448,{0xb7,0xe7,0xae,0xed,0x8e,0xd0,0xb2,0x72}};
- extern "C" const GUID __declspec(selectany) CLSID_ACCalloutMarkerSymbol =
- {0xd33fe4fb,0xe17b,0x4ea9,{0xa0,0x1e,0xa0,0x3f,0x5f,0x39,0x4e,0x96}};
- extern "C" const GUID __declspec(selectany) CLSID_ACShieldSymbol =
- {0xf2005b08,0xf5d0,0x44b9,{0xbc,0xd5,0x4d,0x62,0x15,0xc5,0x8e,0x4e}};
- extern "C" const GUID __declspec(selectany) CLSID_ACTextMarkerSymbol =
- {0x2c231f73,0x0467,0x473c,{0xb2,0x57,0x23,0xce,0x3b,0x89,0xd3,0x1c}};
- extern "C" const GUID __declspec(selectany) CLSID_ACSimpleLabelRenderer =
- {0xd10f211f,0x3083,0x4bfe,{0x9d,0x3f,0xad,0x77,0xbc,0xb1,0x51,0xf0}};
- extern "C" const GUID __declspec(selectany) CLSID_ACValueMapLabelRenderer =
- {0x3d7551d0,0x6eef,0x4dc8,{0x90,0x98,0x99,0xc9,0x92,0x5e,0xb2,0x33}};
- extern "C" const GUID __declspec(selectany) CLSID_ACMap =
- {0xe774fd60,0x5f97,0x4630,{0xbc,0x9b,0x91,0x16,0x64,0x5a,0xc1,0x84}};
- extern "C" const GUID __declspec(selectany) CLSID_ACFeatureLayer =
- {0x5ab8731f,0x4db7,0x44d6,{0x8c,0x27,0xd9,0x4f,0xe9,0xc6,0x52,0x8a}};
- extern "C" const GUID __declspec(selectany) CLSID_ACImageLayer =
- {0x0046627f,0x7def,0x4aa1,{0xad,0x72,0xa1,0xb0,0x2b,0x22,0xd3,0x9b}};
- extern "C" const GUID __declspec(selectany) CLSID_ACAcetateLayer =
- {0x6c3ad32d,0xe553,0x4422,{0xb6,0x49,0x35,0x70,0x27,0xf7,0x01,0xeb}};
- extern "C" const GUID __declspec(selectany) IID_IIMSSubLayer =
- {0xd090aa89,0xc2f1,0x11d3,{0x9f,0xef,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IIMSMapLayer =
- {0xdc8505ff,0xd521,0x11d3,{0x9f,0xf4,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IIMSSymbolImporter =
- {0x0a97a893,0xd811,0x11d3,{0x9f,0xf4,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) IID_IIMSGlobeSubServiceDescription =
- {0x137e5790,0x5d7a,0x4e16,{0xb2,0x41,0x73,0x4f,0x40,0xd8,0x30,0xaf}};
- extern "C" const GUID __declspec(selectany) IID_IIMSGlobeXMLNode =
- {0xcdae0026,0xe2ae,0x45f0,{0x96,0x19,0x10,0xfd,0xcb,0x9f,0x61,0x5f}};
- extern "C" const GUID __declspec(selectany) IID_IIMSGlobeXMLParser =
- {0x5b035109,0xb690,0x49bc,{0x97,0xc8,0x0f,0x5f,0x36,0xe7,0xa7,0xba}};
- extern "C" const GUID __declspec(selectany) IID_IIMSGlobeConnection =
- {0x9a9b9d78,0xddde,0x4543,{0xb1,0x03,0x56,0x46,0xa6,0xcf,0x39,0x76}};
- extern "C" const GUID __declspec(selectany) CLSID_IMSMapLayer =
- {0xdc850600,0xd521,0x11d3,{0x9f,0xf4,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_IMSSymbolImporter =
- {0x0a97a894,0xd811,0x11d3,{0x9f,0xf4,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
- extern "C" const GUID __declspec(selectany) CLSID_IMSGlobeConnection =
- {0x5523673e,0xfb83,0x4eec,{0xaf,0x1c,0x68,0x06,0x5f,0x6f,0x16,0xf1}};
- extern "C" const GUID __declspec(selectany) CLSID_IMSGlobeXMLParser =
- {0x541e17b2,0x82c2,0x44a8,{0x81,0x8e,0xee,0x6c,0xb3,0x82,0x01,0xae}};
- extern "C" const GUID __declspec(selectany) CLSID_IMSGlobeXMLNode =
- {0x71e912b7,0x82b9,0x4ce3,{0xb4,0x11,0x42,0x0e,0xa4,0x2c,0x8f,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IPositionTrails =
- {0x89c655c1,0x59e2,0x417e,{0x95,0x4a,0x66,0x7b,0x7a,0x14,0xc6,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeLog =
- {0x32c1c986,0x1df2,0x482f,{0x9a,0x7f,0x39,0xd2,0xe1,0x34,0xe5,0x28}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeDestination =
- {0x0f9c0eec,0x6e0b,0x44b2,{0x9e,0xa5,0x36,0x25,0xaf,0x49,0xb2,0x42}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeFeedSnap =
- {0xc5b924eb,0x54da,0x4591,{0xb9,0x0d,0xff,0x36,0x59,0xa4,0xb1,0xb5}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeFeed =
- {0x57736c36,0x7c6e,0x4c58,{0xb8,0xcb,0xb1,0xef,0xb3,0x85,0xb4,0x7c}};
- extern "C" const GUID __declspec(selectany) IID_IGpsDisplayProperties =
- {0x34c8784f,0x8293,0x4f07,{0xbd,0xa9,0xca,0x04,0xf6,0xb5,0x6e,0x64}};
- extern "C" const GUID __declspec(selectany) IID_IGpsConnection =
- {0xf5570bc4,0x13ab,0x49ed,{0x86,0xa4,0x13,0x48,0x84,0x47,0xa3,0xfe}};
- extern "C" const GUID __declspec(selectany) IID_IGpsFeed =
- {0xce81418e,0x072a,0x42b5,{0x81,0xd6,0x47,0x40,0x9d,0x79,0x08,0x2c}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeFeedEvents =
- {0x9e109b23,0x9311,0x4b76,{0xab,0x9a,0x7e,0xd5,0xce,0x07,0xc0,0x8e}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeFeedSimulator =
- {0xa062c77e,0x53e6,0x4a6a,{0x8e,0x22,0x14,0xc7,0xa7,0x35,0x40,0xfe}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeFeedManager =
- {0xbf309fcd,0x69af,0x4311,{0x88,0x03,0xc4,0x96,0x0f,0x37,0x86,0x59}};
- extern "C" const GUID __declspec(selectany) IID_IRealTimeFeedManagerEvents =
- {0x0549f827,0xb3f4,0x4fc8,{0x83,0xce,0xfb,0xf6,0xe5,0x46,0x4f,0x49}};
- extern "C" const GUID __declspec(selectany) CLSID_GpsFeed =
- {0x419d9d0e,0xced4,0x4fe0,{0x8b,0xe0,0x5a,0x7c,0x3d,0xcc,0xb2,0x14}};
- extern "C" const GUID __declspec(selectany) CLSID_GpsConnection =
- {0x8349d7d0,0xd5ec,0x41e5,{0x9d,0x14,0xc8,0x96,0xf8,0x61,0x7c,0x3d}};
- extern "C" const GUID __declspec(selectany) CLSID_RealTimeFeedManager =
- {0xd2f9a918,0x9de3,0x42b4,{0x96,0x84,0x6e,0x64,0x61,0x56,0x2d,0x88}};
- extern "C" const GUID __declspec(selectany) CLSID_RealTimeFeedSimulator =
- {0xe10c2bac,0x6b84,0x49e5,{0xb5,0x0d,0x28,0xe2,0xf0,0x7d,0xa2,0xbe}};
- #pragma pack(pop)