MissingDataValue Property

The MissingDataValue property returns or sets the value used with the custom value MissingDataMethod property, srfProfileMissingDataCustVal.

Syntax

object.MissingDataValue

object.MissingDataValue = MissingDataValue

Parameter

Type

Description

MissingDataValue

Double

required; This specifies the value when using a custom value for missing data in the profile.

Example

The following example sets the MissingDataValue to 10.7.

Profile.MissingDataValue = 10.7

Used by: Profile Object