Interface IFeature
Provides access to the property values within each feature for a IFeatureReader
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IFeature : IRecord
Properties
|
Improve this Doc
View Source
ClassDefinition
Gets the class definition of the object currently being read. If the user has requested
only a subset of the class properties (as specified in the filter text), the class
definition reflects what the user has requested, rather than the full class definition.
Declaration
ClassDefinition ClassDefinition { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetFeatureObject(Int32)
Gets a IFeatureReader containing
all the nested features at the specified index
Declaration
IFeatureReader GetFeatureObject(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
|
Improve this Doc
View Source
GetFeatureObject(String)
Gets a IFeatureReader containing
all the nested features of the specified property
Declaration
IFeatureReader GetFeatureObject(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns