public CIMPolygonGraphic CreatePredefinedShapeGraphic( PredefinedShape shapeType, MapPoint location, double width, double height, CIMPolygonSymbol polySymbol )
Public Overloads Function CreatePredefinedShapeGraphic( _ ByVal shapeType As PredefinedShape, _ ByVal location As MapPoint, _ ByVal width As Double, _ Optional ByVal height As Double, _ Optional ByVal polySymbol As CIMPolygonSymbol _ ) As CIMPolygonGraphic
Parameters
- shapeType
- The shape type of the graphic
- location
- The location of the graphic
- width
- The width of the graphic bounding box (required)
- height
- The height of the graphic bounding box (optional)
- polySymbol
- The symbol to be used with the graphic (optional)