An optional object that can provide attribute information for the graphic.
[Visual Basic .NET] Public Property ForceElement As IForceElement
[C#] public IForceElement ForceElement {get; set;}
[C++]
HRESULT get_ForceElement(
IForceElement** ppForceElement
);
[C++]
HRESULT putref_ForceElement(
IForceElement* ppForceElement
);
[C++]Parameters
ppForceElement [out, retval]ppForceElement is a parameter of type IForceElement
ppForceElement [in]ppForceElement is a parameter of type IForceElement
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.