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


ISchematicElement.Initial Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElement Interface > ISchematicElement.Initial Property
ArcGIS Developer Help

ISchematicElement.Initial Property

Indicates if the schematic element belongs to the initial list of elements specified for the schematic diagram.

[Visual Basic .NET]
Public Property Initial As Boolean
[C#]
public bool Initial {get; set;}
[C++]
HRESULT get_Initial(
  Boolean* Initial
);
[C++]
HRESULT put_Initial(
  VARIANT_BOOL Initial
);
[C++]
Parameters
Initial [out, retval]

Initial is a parameter of type bool* Initial [in]
Initial is a parameter of type bool

Product Availability

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

See Also

ISchematicElement Interface