This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryDiagram Interface > ISchematicInMemoryDiagram.GetSchematicInMemoryFeatureByType Method (ArcObjects .NET 10.4 SDK) |
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