ArcGIS Pro 2.6 API Reference Guide
ShapeTypeSupportedWithRulePackage Method (SymbolFactory)

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class : ShapeTypeSupportedWithRulePackage Method
The layer to check the shapetype of
Checks if the underlying shape type of the layer features is supported for use with rule package renderers. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool ShapeTypeSupportedWithRulePackage( 
   FeatureLayer featureLayer
)
Public Function ShapeTypeSupportedWithRulePackage( _
   ByVal featureLayer As FeatureLayer _
) As Boolean

Parameters

featureLayer
The layer to check the shapetype of

Return Value

bool
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
Point, Polygon, and Multipatch shape types are supported.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members