ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureClass.SchematicInMemoryFeatures Property

Schematic in memory features enumeration within the schematic in memory feature class.

[Visual Basic .NET]
Public ReadOnly Property SchematicInMemoryFeatures As IEnumSchematicInMemoryFeature
[C#]
public IEnumSchematicInMemoryFeature SchematicInMemoryFeatures {get;}
[C++]
HRESULT get_SchematicInMemoryFeatures(
  IEnumSchematicInMemoryFeature** InMemoryFeatures
);
[C++]

Parameters

InMemoryFeatures [out, retval]

  InMemoryFeatures is a parameter of type IEnumSchematicInMemoryFeature

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureClass Interface