ArcObjects Library Reference (Carto)  

ISDGenerator.ReadMsd Method

[Visual Basic .NET]
Public Sub ReadMsd ( _
    ByVal pathToMsdFile As String _
)
[C#]
public void ReadMsd (
    string pathToMsdFile
);
[C++]
HRESULT ReadMsd(
  BSTR pathToMsdFile
);
[C++]

Parameters

pathToMsdFile [in]   pathToMsdFile is a parameter of type BSTR

Product Availability

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

See Also

ISDGenerator Interface