This document is archived and information here might be outdated. Recommended version. |
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*