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


INetworkAnalystProtectNames.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INetworkAnalystProtectNames.Type Property

.

[Visual Basic .NET]
Public Property Type As Integer
[C#]
public int Type {get; set;}
[C++]
HRESULT get_Type(
  long* 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