ArcFM Desktop Developer Guide
DisplaySearchResults.ResultGeometry Constructor(IGeometry,ISymbol,Boolean,ISpatialReference)


Syntax
'Declaration
 
Public Function New( _
   ByVal geometry As IGeometry, _
   ByVal symbol As ESRI.ArcGIS.Display.ISymbol, _
   ByVal isPoint As Boolean, _
   ByVal spatialReference As ESRI.ArcGIS.Geometry.ISpatialReference _
)
'Usage
 
Dim geometry As IGeometry
Dim symbol As ESRI.ArcGIS.Display.ISymbol
Dim isPoint As Boolean
Dim spatialReference As ESRI.ArcGIS.Geometry.ISpatialReference
 
Dim instance As New DisplaySearchResults.ResultGeometry(geometry, symbol, isPoint, spatialReference)
public DisplaySearchResults.ResultGeometry( 
   IGeometry geometry,
   ESRI.ArcGIS.Display.ISymbol symbol,
   bool isPoint,
   ESRI.ArcGIS.Geometry.ISpatialReference spatialReference
)

Parameters

geometry
symbol
isPoint
spatialReference
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

DisplaySearchResults.ResultGeometry Class
DisplaySearchResults.ResultGeometry Members
Overload List

 

 


Send Comment