If (TypeOf pLayer Is IFeatureLayer) Then            Dim lay As IFeatureLayer            Dim qu As String            lay = CType(pLayer, IFeatureLayer)            Dim def As IFeatureLayerDefinition = lay            qu = def.DefinitionExpression            Console.WriteLine(qu)        End If
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquÃ? RegÃstrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.