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


ISchematicInMemoryDiagram.GetSchematicInMemoryFeatureByType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryDiagram Interface > ISchematicInMemoryDiagram.GetSchematicInMemoryFeatureByType Method
ArcGIS Developer Help

ISchematicInMemoryDiagram.GetSchematicInMemoryFeatureByType Method

Finds a schematic in memory feature referenced by the specified name and the specified element type within the schematic in memory net feature.

[Visual Basic .NET]
Public Function GetSchematicInMemoryFeatureByType ( _
    ByVal ElementType As esriSchematicElementType, _
    ByVal Name As String _
) As ISchematicInMemoryFeature
[C#]
public ISchematicInMemoryFeature GetSchematicInMemoryFeatureByType (
    esriSchematicElementType ElementType,
    string Name
);
[C++]
HRESULT GetSchematicInMemoryFeatureByType(
  esriSchematicElementType ElementType,
  BSTR Name
);
[C++]
Parameters
ElementType [in]

ElementType is a parameter of type esriSchematicElementType Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

ISchematicInMemoryDiagram Interface