This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorFeatureAgent Interface > INALocatorFeatureAgent.UseSubtype Property (ArcObjects .NET 10.5 SDK) |
Indicates if subtypes should be used to locate features.
[Visual Basic .NET] Public Property UseSubtype As Boolean
[C#] public bool UseSubtype {get; set;}
[C++]
HRESULT get_UseSubtype(
VARIANT_BOOL* UseSubtype
);
[C++]
HRESULT put_UseSubtype(
VARIANT_BOOL UseSubtype
);
[C++]
Parameters UseSubtype [out, retval] UseSubtype is a parameter of type VARIANT_BOOL UseSubtype [in] UseSubtype is a parameter of type VARIANT_BOOL
Setting the UseSubtype property to true allows you to snap only to features of a specific subtype. It is used in conjunction with the SubtypeCode property which specifies which subtype to snap to.