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


ISchematicInMemoryDiagram.GetSchematicInMemoryFeatureByType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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,
  ISchematicInMemoryFeature** InMemoryFeature
);
[C++]

Parameters ElementType [in]
ElementType is a parameter of type esriSchematicElementType Name [in] Name is a parameter of type BSTR InMemoryFeature [out, retval]
InMemoryFeature is a parameter of type ISchematicInMemoryFeature

Product Availability

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

See Also

ISchematicInMemoryDiagram Interface