ArcObjects Library Reference (Carto)  

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

.NET Related Topics

How to create a graph template