ArcFM Desktop Developer Guide
GetPushpinCharacterSymbol Method


Syntax
'Declaration
 
Public Shared Function GetPushpinCharacterSymbol( _
   ByVal scaleRatio As Double, _
   ByVal pushpinColor As Color _
) As ESRI.ArcGIS.Display.ICharacterMarkerSymbol
'Usage
 
Dim scaleRatio As Double
Dim pushpinColor As Color
Dim value As ESRI.ArcGIS.Display.ICharacterMarkerSymbol
 
value = InspectorUtils.GetPushpinCharacterSymbol(scaleRatio, pushpinColor)
public static ESRI.ArcGIS.Display.ICharacterMarkerSymbol GetPushpinCharacterSymbol( 
   double scaleRatio,
   Color pushpinColor
)

Parameters

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