This document is archived and information here might be outdated.  Recommended version.


INetworkAnalystProtectNames.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INetworkAnalystProtectNames Interface > INetworkAnalystProtectNames.Type Property
ArcGIS Developer Help

INetworkAnalystProtectNames.Type Property

.

[Visual Basic .NET]
Public Property Type As Integer
[C#]
public int Type {get; set;}
[C++]
HRESULT get_Type(
  System.Int32* Type
);
[C++]
HRESULT put_Type(
  long Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type long* Type [in]
Type is a parameter of type long

Product Availability

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

Remarks

Do not use this.

See Also

INetworkAnalystProtectNames Interface