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


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

INAServerODCostMatrixParams.Origins Property

RecordSet or array of PropertySets representing Origins loaded as network locations during analysis.

[Visual Basic .NET]
Public Property Origins As INAServerLocations
[C#]
public INAServerLocations Origins {get; set;}
[C++]
HRESULT get_Origins(
  INAServerLocations* Origins
);
[C++]
HRESULT putref_Origins(
  INAServerLocations** Origins
);
[C++]
Parameters
Origins [in]

Origins is a parameter of type INAServerLocations* Origins [out, retval]
Origins is a parameter of type INAServerLocations**

Product Availability

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

See Also

INAServerODCostMatrixParams Interface