ArcFM Responder Mobile Developer Guide
Transform Method (MMAutoTextElementClass)






Syntax
'Declaration
 
Public Overridable Sub Transform( _
   ByVal direction As ESRI.ArcGIS.Geometry.esriTransformDirection, _
   ByVal transformation As ESRI.ArcGIS.Geometry.ITransformation _
) 
'Usage
 
Dim instance As MMAutoTextElementClass
Dim direction As ESRI.ArcGIS.Geometry.esriTransformDirection
Dim transformation As ESRI.ArcGIS.Geometry.ITransformation
 
instance.Transform(direction, transformation)
public virtual void Transform( 
   ESRI.ArcGIS.Geometry.esriTransformDirection direction,
   ESRI.ArcGIS.Geometry.ITransformation transformation
)
public procedure Transform( 
    direction: ESRI.ArcGIS.Geometry.esriTransformDirection;
    transformation: ESRI.ArcGIS.Geometry.ITransformation
); virtual; 
public function Transform( 
   direction : ESRI.ArcGIS.Geometry.esriTransformDirection,
   transformation : ESRI.ArcGIS.Geometry.ITransformation
);
public: virtual void Transform( 
   ESRI.ArcGIS.Geometry.esriTransformDirection direction,
   ESRI.ArcGIS.Geometry.ITransformation* transformation
) 
public:
virtual void Transform( 
   ESRI.ArcGIS.Geometry.esriTransformDirection direction,
   ESRI.ArcGIS.Geometry.ITransformation^ transformation
) 

Parameters

direction
transformation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMAutoTextElementClass Class
MMAutoTextElementClass Members

Send Feedback