This document is archived and information here might be outdated.  Recommended version.


IHatchClass.ConvertToGraphics Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.ConvertToGraphics Method
ArcGIS Developer Help

IHatchClass.ConvertToGraphics Method

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.

See Also

IHatchClass Interface