Convert to graphics.
[Visual Basic .NET] Public Sub ConvertToGraphics ( _ ByVal pFLayer As IFeatureLayer, _ ByVal pGraphicsLayer As IGraphicsLayer, _ ByVal pDisplay As IDisplay, _ ByVal convertType As esriConvertHatchesToGraphicsType _ )
[C#] public void ConvertToGraphics ( IFeatureLayer pFLayer, IGraphicsLayer pGraphicsLayer, IDisplay pDisplay, esriConvertHatchesToGraphicsType convertType );
[C++]
HRESULT ConvertToGraphics(
IFeatureLayer* pFLayer,
IGraphicsLayer* pGraphicsLayer,
IDisplay* pDisplay,
esriConvertHatchesToGraphicsType convertType
);
[C++]Parameters
pFLayer [in]pFLayer is a parameter of type IFeatureLayer
pGraphicsLayer [in]pGraphicsLayer is a parameter of type IGraphicsLayer
pDisplay [in]pDisplay is a parameter of type IDisplay
convertType [in]convertType is a parameter of type esriConvertHatchesToGraphicsType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.