ArcObjects Library Reference (NetworkAnalyst)  

INALocatorFeatureAgent.SubtypeCode Property

The subtype to be used to locate features.

[Visual Basic .NET]
Public Property SubtypeCode As Integer
[C#]
public int SubtypeCode {get; set;}
[C++]
HRESULT get_SubtypeCode(
  long* SubtypeCode
);
[C++]
HRESULT put_SubtypeCode(
  long SubtypeCode
);
[C++]

Parameters

SubtypeCode [out, retval]   SubtypeCode is a parameter of type long SubtypeCode [in]   SubtypeCode is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The SubtypeCode property determines which subtype to snap to when the associated property UseSubtype is true.

See Also

INALocatorFeatureAgent Interface