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