public bool LayerIsCompatibleWithRulePackage( string rulePackagePath, FeatureLayer featureLayer )
Public Function LayerIsCompatibleWithRulePackage( _ ByVal rulePackagePath As String, _ ByVal featureLayer As FeatureLayer _ ) As Boolean
Parameters
- rulePackagePath
- The full path to the rule package
- featureLayer
- The layer to check the compatibility of the rule package against
Return Value
True if the geometry type of the rule package matches the geometry type of the layer