ArcFM Server Developer Guide
Draw Method (MMArcFMComplexEdgeFeatureClass)


Syntax
'Declaration
 
Public Overridable Sub Draw( _
   ByVal drawPhase As ESRI.ArcGIS.esriSystem.esriDrawPhase, _
   ByVal Display As ESRI.ArcGIS.Display.IDisplay, _
   ByVal symbol As ESRI.ArcGIS.Display.ISymbol, _
   ByVal symbolInstalled As Boolean, _
   ByVal Geometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal drawStyle As ESRI.ArcGIS.Geodatabase.esriDrawStyle _
) 
'Usage
 
Dim instance As MMArcFMComplexEdgeFeatureClass
Dim drawPhase As ESRI.ArcGIS.esriSystem.esriDrawPhase
Dim Display As ESRI.ArcGIS.Display.IDisplay
Dim symbol As ESRI.ArcGIS.Display.ISymbol
Dim symbolInstalled As Boolean
Dim Geometry As ESRI.ArcGIS.Geometry.IGeometry
Dim drawStyle As ESRI.ArcGIS.Geodatabase.esriDrawStyle
 
instance.Draw(drawPhase, Display, symbol, symbolInstalled, Geometry, drawStyle)
public virtual void Draw( 
   ESRI.ArcGIS.esriSystem.esriDrawPhase drawPhase,
   ESRI.ArcGIS.Display.IDisplay Display,
   ESRI.ArcGIS.Display.ISymbol symbol,
   bool symbolInstalled,
   ESRI.ArcGIS.Geometry.IGeometry Geometry,
   ESRI.ArcGIS.Geodatabase.esriDrawStyle drawStyle
)

Parameters

drawPhase
Display
symbol
symbolInstalled
Geometry
drawStyle
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

MMArcFMComplexEdgeFeatureClass Class
MMArcFMComplexEdgeFeatureClass Members

 

 


Send Comment