public ValueTuple<bool,bool> GetUseSymbolLayerDrawing()
Public Function GetUseSymbolLayerDrawing() As ValueTuple(Of Boolean,Boolean)
Return Value
Returns a tuple(useOnLayer, useOnParent). useOnLayer will be true if the feature layer is currently using SLD.
useOnParent will be true if a parent group layer is currently using SLD (and
useOnLayer will be false).