CompoundSpatialReferenceSystem.Validate

CompoundSpatialReferenceSystem.Validate method

Determine if this SRS is valid. See Validate for validity description.

public override bool Validate(out string errorMessage)
ParameterTypeDescription
errorMessageString&Description of invalidity (if result is false)

Return Value

If this SRS is valid - true, otherwise - false.

See Also