Description

Per feature source data

Property type

A Variant value.  

Syntax

object.SourceData([FeatureIndex]) [= value]

The SourceData Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McLines.
FeatureIndexOptional. A Long value.

An index value indicating for which feature the data is being accessed or set. If not given, then feature index zero is assumed.

valueA Variant value.

Remarks

The SourceData property is used by some measurements that expose a McFeatures to provide extended information about the source of each computed feature. If the stored Variant is of no interest to the user, this property may be used for storage of an arbitrary per-feature Variant value.

Note that the McDisplayedObjects.SetLabelText method is capable of displaying the SourceData property as a feature label (see Example 2).