MapGuide API Reference
|
virtual MgFeatureReader* MgFeatureReader::GetFeatureObject | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Use this method to obtain the values of the properties belonging to an object contained in the feature class instance. Such an object is a property of the feature class instance with a type of MgPropertyType::Feature.
virtual MgFeatureReader GetFeatureObject(string propertyName); |
virtual MgFeatureReader GetFeatureObject(String propertyName); |
virtual MgFeatureReader GetFeatureObject(string propertyName); |
propertyName | (String/string) The property name. |
MgInvalidArgumentException | if the property type is not a feature. |
MgConnectionNotOpenException | |
MgNullPropertyValueException | |
MgFdoException |