|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationPropertiesConverter Interface > IAnnotationPropertiesConverter.Convert Method (ArcObjects .NET 10.5 SDK) | 
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