Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgReader
Close
GetBLOB
GetBoolean
GetByte
GetCLOB
GetDateTime
GetDouble
GetGeometry
GetInt16
GetInt32
GetInt64
GetPropertyCount
GetPropertyName
GetPropertyType
GetRaster
GetReaderType
GetSingle
GetString
IsNull
ReadNext
virtual
INT32
MgReader::GetPropertyCount
(
)
[pure virtual]
Gets the number of properties in the feature currently being read.
.NET Syntax
virtual int
GetPropertyCount()
;
Java Syntax
virtual int
GetPropertyCount()
;
PHP Syntax
virtual int
GetPropertyCount()
;
Returns:
Returns the number of properties.
Comments or suggestions? Send us
feedback
.