The force element graphic factory that created this graphic.
[Visual Basic .NET] Public Property FEGraphicFactory As IFEGraphicFactory
[C#] public IFEGraphicFactory FEGraphicFactory {get; set;}
[C++]
HRESULT get_FEGraphicFactory(
IFEGraphicFactory** ppFEGraphicFactory
);
[C++]
HRESULT putref_FEGraphicFactory(
IFEGraphicFactory* ppFEGraphicFactory
);
[C++]Parameters
ppFEGraphicFactory [out, retval]ppFEGraphicFactory is a parameter of type IFEGraphicFactory
ppFEGraphicFactory [in]ppFEGraphicFactory is a parameter of type IFEGraphicFactory
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.