ArcFM Engine Developer Guide
AddElementReprojected Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub AddElementReprojected( _
   ByVal container As ESRI.ArcGIS.Carto.IGraphicsContainer, _
   ByVal toSpatialReference As ESRI.ArcGIS.Geometry.ISpatialReference, _
   ByVal element As ESRI.ArcGIS.Carto.IElement, _
   ByVal zOrder As Integer _
) 
'Usage
 
Dim container As ESRI.ArcGIS.Carto.IGraphicsContainer
Dim toSpatialReference As ESRI.ArcGIS.Geometry.ISpatialReference
Dim element As ESRI.ArcGIS.Carto.IElement
Dim zOrder As Integer
 
GraphicsContainerExtensions.AddElementReprojected(container, toSpatialReference, element, zOrder)
[Extension()]
public static void AddElementReprojected( 
   ESRI.ArcGIS.Carto.IGraphicsContainer container,
   ESRI.ArcGIS.Geometry.ISpatialReference toSpatialReference,
   ESRI.ArcGIS.Carto.IElement element,
   int zOrder
)

Parameters

container
toSpatialReference
element
zOrder
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

GraphicsContainerExtensions Class
GraphicsContainerExtensions Members

 

 


Send Comment