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


ISDGenerator.ReadMsd Method (ArcObjects .NET 10.5 SDK)
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