[mapguide-users] Get the visible layer properties
yof85
loref85 at yahoo.com.ar
Tue Mar 19 07:57:00 PDT 2013
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.
More information about the mapguide-users
mailing list