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


IDataGraphT.LoadTemplate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.LoadTemplate Method
ArcGIS Developer Help

IDataGraphT.LoadTemplate Method

Loads graph properties from the template file.

[Visual Basic .NET]
Public Sub LoadTemplate ( _
    ByVal file As String _
)
[C#]
public void LoadTemplate (
    string file
);
[C++]
HRESULT LoadTemplate(
  BSTR file
);
[C++]
Parameters
file [in]

file is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphT Interface