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