This document is archived and information here might be outdated. Recommended version. |
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 [in]
EnumObject is a parameter of type IEnumObject* EnumObject [out, retval]
EnumObject is a parameter of type IEnumObject**