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


IHatchLayerExtension.ConvertToGraphics Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IHatchLayerExtension.ConvertToGraphics Method

Converts hatches to graphics.

[Visual Basic .NET]
Public Sub ConvertToGraphics ( _
    ByVal pFLayer As IFeatureLayer, _
    ByVal pGraphicsLayer As IGraphicsLayer, _
    ByVal pDisplay As IDisplay _
)
[C#]
public void ConvertToGraphics (
    IFeatureLayer pFLayer,
    IGraphicsLayer pGraphicsLayer,
    IDisplay pDisplay
);
[C++]
HRESULT ConvertToGraphics(
  IFeatureLayer* pFLayer,
  IGraphicsLayer* pGraphicsLayer,
  IDisplay* pDisplay
);
[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IHatchLayerExtension Interface