I get my feature properties like this

if (features.ReadNext())
{
        MgClassDefinition classDef = features.GetClassDefinition();
        MgPropertyDefinitionCollection prueba = classDef.GetProperties();
        for(i = 0; i < prueba.GetCount(); i++)
        {
                MgPropertyDefinition prop = (MgPropertyDefinition) 
prueba.GetItem(i);
        }

.....

Using this approach I get all the properties of my feature, how can I get
only the properties set as visible with maestro?



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Get-the-visible-layer-properties-tp5041361.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to