FDO API Reference Feature Data Objects

virtual FDO_API void FdoIRasterPropertyDictionary::SetPropertyValues FdoString name,
FdoDataValueCollection collection
[pure virtual]
 

Set the values of the specified enumerable property. The property must respond TRUE to IsPropertyEnumerable. Clients will need to use SetPropertyValues when creating an image with specific values for the enumerable property. An example would be setting a table of wavelength ranges corresponding to the false colour used to encode the image.

Parameters:
name The name of the property to set the collection of values for.
collection The collection of values for the enumerable property.

Comments or suggestions? Send us feedback.