ArcObjects Library Reference (DefenseSolutions)  

IGraphicComponent.LoadPrimitiveLinks Method

Loads relationships in from moleCore.mdb.

ERROR: Syntax information about IGraphicComponent.LoadPrimitiveLinks may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT LoadPrimitiveLinks(
  ITable** LinkTable,
  IObjectDictionary** Primitives
);
[C++]

Parameters

LinkTable [in, out]

  LinkTable is a parameter of type ITable

Primitives [in, out]

  Primitives is a parameter of type IObjectDictionary

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicComponent Interface