This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicStandardBuilderContext Interface > ISchematicStandardBuilderContext.InitialObjects Property (ArcObjects .NET 10.5 SDK) |
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