This document is archived and information here might be outdated.  Recommended version.


ISchematicStandardBuilderContext.InitialObjects Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicStandardBuilderContext.InitialObjects Property

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.

See Also

ISchematicStandardBuilderContext Interface

.NET Snippets

Generate A Diagram From A Map Selection