ArcFM Server Developer Guide
ScaleGeometry Method


Syntax
'Declaration
 
Public Shared Sub ScaleGeometry( _
   ByVal pElement As ESRI.ArcGIS.Carto.IElement, _
   ByVal pPoint As IPoint, _
   ByVal dX As Double, _
   ByVal dY As Double _
) 
'Usage
 
Dim pElement As ESRI.ArcGIS.Carto.IElement
Dim pPoint As IPoint
Dim dX As Double
Dim dY As Double
 
CommonModule.ScaleGeometry(pElement, pPoint, dX, dY)
public static void ScaleGeometry( 
   ESRI.ArcGIS.Carto.IElement pElement,
   IPoint pPoint,
   double dX,
   double dY
)

Parameters

pElement
pPoint
dX
dY
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CommonModule Class
CommonModule Members

 

 


Send Comment