You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Girard edited this page Apr 29, 2017
·
3 revisions
The GPVProximity table defines the named search distances shown in the proximity pulldown list on the Selection tab.
Columns
ProximityID - The unique identifier for this distance value (not null). Links to GPVLayerProximity.
DisplayName - The distance text to display in the Proximity pulldown (not null). This will be embedded in the phrase "within [distance] of the selected" in the proximity pulldown list.
SequenceNo - A number specifying the display order of this distance value in the proximity pulldown list (not null).
Distance - The distance to buffer the selection features in measurement projection units (not null). See GPVSetting for details on the MeasureProjection setting.
IsDefault - Specifies whether this distance value appears by default in the Proximity pulldown, 1 for yes and 0 for no. If null, defaults to 1 (yes).
Active - Specifies whether this proximity should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).