This document is archived and information here might be outdated. Recommended version. |
The NALocationRanges object associated with this NALocationRangesObject instance.
[Visual Basic .NET] Public Property NALocationRanges As INALocationRanges
[C#] public INALocationRanges NALocationRanges {get; set;}
[C++]
HRESULT get_NALocationRanges(
INALocationRanges* locationRanges
);
[C++]
HRESULT put_NALocationRanges(
INALocationRanges** locationRanges
);
[C++] Parameters locationRanges [in]
locationRanges is a parameter of type INALocationRanges* locationRanges [out, retval]
locationRanges is a parameter of type INALocationRanges**
The NALocationRanges object associated with this NALocationRangesObject.
After setting INALocationRanges properties on the retrieved NALocationRanges, you must add the NALocationRanges back to the INALocationRangesObject in order for the changes to be reflected in the NALocationRangesObject. You must also call Store on the IRow or IFeature interface in order for these changes to be saved in the database.