ArcFM Desktop Developer Guide
GetPictureMarkerSymbol Method


Syntax
'Declaration
 
Public Shared Function GetPictureMarkerSymbol( _
   ByVal fileName As String, _
   ByVal scaleRatio As Double _
) As ESRI.ArcGIS.Display.IPictureMarkerSymbol
'Usage
 
Dim fileName As String
Dim scaleRatio As Double
Dim value As ESRI.ArcGIS.Display.IPictureMarkerSymbol
 
value = InspectorUtils.GetPictureMarkerSymbol(fileName, scaleRatio)
public static ESRI.ArcGIS.Display.IPictureMarkerSymbol GetPictureMarkerSymbol( 
   string fileName,
   double scaleRatio
)

Parameters

fileName
scaleRatio
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

InspectorUtils Class
InspectorUtils Members

 

 


Send Comment