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


ISDGenerator.ReadMsd Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISDGenerator Interface > ISDGenerator.ReadMsd Method
ArcGIS Developer Help

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