This document is archived and information here might be outdated. Recommended version. |
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