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


ISchematicWorkspace.SchematicDatasetByName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicWorkspace.SchematicDatasetByName Property

Schematic dataset referenced by the specified Name.

[Visual Basic .NET]
Public Function get_SchematicDatasetByName ( _
    ByVal Name As String _
) As ISchematicDataset
[C#]
public ISchematicDataset get_SchematicDatasetByName (
    string Name
);
[C++]
HRESULT get_SchematicDatasetByName(
  BSTR Name,
  ISchematicDataset** SchematicDataset
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR SchematicDataset [out, retval]
SchematicDataset is a parameter of type ISchematicDataset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicWorkspace Interface