This document is archived and information here might be outdated. Recommended version. |
Schematic elements referenced by the specified element type.
[Visual Basic .NET] Public Function get_SchematicElementsByType ( _ ByVal Type As esriSchematicElementType _ ) As IEnumSchematicElement
[C#] public IEnumSchematicElement get_SchematicElementsByType ( esriSchematicElementType Type );
[C++]
HRESULT get_SchematicElementsByType(
esriSchematicElementType Type,
IEnumSchematicElement** SchematicElements
);
[C++] Parameters Type [in]
Type is a parameter of type esriSchematicElementType SchematicElements [out, retval]
SchematicElements is a parameter of type IEnumSchematicElement**