ArcObjects Library Reference (Carto)  

IAnnotationPropertiesConverter.Convert Method

Converts the source annotation properties into the destination annotation properties.

[Visual Basic .NET]
Public Function Convert ( _
    ByVal Type As esriGeometryType, _
    ByVal DisplayTransformation As IDisplayTransformation, _
    ByVal sourceAnnotationPropertiesID As UID, _
    ByVal sourceProps As IAnnotateLayerPropertiesCollection, _
    ByVal destinationAnnotationPropertiesID As UID _
) As IAnnotateLayerPropertiesCollection
[C#]
public IAnnotateLayerPropertiesCollection Convert (
    esriGeometryType Type,
    IDisplayTransformation DisplayTransformation,
    UID sourceAnnotationPropertiesID,
    IAnnotateLayerPropertiesCollection sourceProps,
    UID destinationAnnotationPropertiesID
);
[C++]
HRESULT Convert(
  esriGeometryType Type,
  IDisplayTransformation* DisplayTransformation,
  IUID* sourceAnnotationPropertiesID,
  IAnnotateLayerPropertiesCollection* sourceProps,
  IUID* destinationAnnotationPropertiesID,
  IAnnotateLayerPropertiesCollection** destinationProps
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriGeometryType

DisplayTransformation [in]

  DisplayTransformation is a parameter of type IDisplayTransformation

sourceAnnotationPropertiesID [in]

  sourceAnnotationPropertiesID is a parameter of type IUID

sourceProps [in]

  sourceProps is a parameter of type IAnnotateLayerPropertiesCollection

destinationAnnotationPropertiesID [in]

  destinationAnnotationPropertiesID is a parameter of type IUID

destinationProps [out, retval]

  destinationProps is a parameter of type IAnnotateLayerPropertiesCollection

Product Availability

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

See Also

IAnnotationPropertiesConverter Interface