Initial set of objects the schematic Standard builder works with.
[Visual Basic .NET] Public Property InitialObjects As IEnumObject
[C#] public IEnumObject InitialObjects {get; set;}
[C++]
HRESULT get_InitialObjects(
IEnumObject** EnumObject
);
[C++]
HRESULT putref_InitialObjects(
IEnumObject* EnumObject
);
[C++]Parameters
EnumObject [out, retval]EnumObject is a parameter of type IEnumObject
EnumObject [in]EnumObject is a parameter of type IEnumObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.