ArcObjects Library Reference (DefenseSolutions)  

IForceElement2525BRenderer.GraphicFactory Property

The underlying force element graphic factory object.

[Visual Basic .NET]
Public ReadOnly Property GraphicFactory As IFEGraphicFactory
[C#]
public IFEGraphicFactory GraphicFactory {get;}
[C++]
HRESULT get_GraphicFactory(
  IFEGraphicFactory** GraphicFactory
);
[C++]

Parameters

GraphicFactory [out, retval]

  GraphicFactory is a parameter of type IFEGraphicFactory

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElement2525BRenderer Interface