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


ICoverageAnnotationLayerWrite.SetupAttributeConversion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayerWrite Interface > ICoverageAnnotationLayerWrite.SetupAttributeConversion Method
ArcGIS Developer Help

ICoverageAnnotationLayerWrite.SetupAttributeConversion Method

Sets up attribute conversion parameters for batch conversion.

[Visual Basic .NET]
Public Sub SetupAttributeConversion ( _
    ByVal numAttributes As Integer, _
    ByVal inCols As Object, _
    ByVal outCols As Object _
)
[C#]
public void SetupAttributeConversion (
    int numAttributes,
    object inCols,
    object outCols
);
[C++]
HRESULT SetupAttributeConversion(
  long numAttributes,
  VARIANT inCols,
  VARIANT outCols
);
[C++]
Parameters
numAttributes [in]

numAttributes is a parameter of type long inCols [in]
inCols is a parameter of type VARIANT outCols [in]
outCols is a parameter of type VARIANT

Product Availability

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

See Also

ICoverageAnnotationLayerWrite Interface