The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
|||||||||||||||||||||||||
See also: FeatProps, FeatValAsDouble, FeatValAsInt, FeatValAsTriState | |||||||||||||||||||||||||
FeatVal |
|||||||||||||||||||||||||
The array property FeatVal provides access to the cells [fix,obj] of the feature matrix, given that the referenced cell is of type string. The parameter fix may assume values between 1 and NFeatures, the parameter obj may assume values between 1 and NObjects. Parameter values outside the valid range will be ignored when writing to the cell (resulting in no action at all), or a zero value will be returned when reading the FeatVal property. Accessing cells within the valid range might generate an exception if the accessed cell is of a type other than string:
|