This document is archived and information here might be outdated. Recommended version. |
Schematic element referenced by the specified Name and related to specified element type.
[Visual Basic .NET] Public Function get_SchematicElementByName ( _ ByVal Type As esriSchematicElementType, _ ByVal Name As String _ ) As ISchematicElement
[C#] public ISchematicElement get_SchematicElementByName ( esriSchematicElementType Type, string Name );
[C++]
HRESULT get_SchematicElementByName(
esriSchematicElementType Type,
BSTR Name,
ISchematicElement** SchematicElement
);
[C++] Parameters Type [in]
Type is a parameter of type esriSchematicElementType Name [in]
Name is a parameter of type BSTR SchematicElement [out, retval]
SchematicElement is a parameter of type ISchematicElement**