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.