This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeature Interface > ISchematicInMemoryFeature.Initial Property (ArcObjects .NET 10.4 SDK) |
Indicates whether or not the schematic in memory feature is an initial feature.
[Visual Basic .NET] Public Property Initial As Boolean
[C#] public bool Initial {get; set;}
[C++]
HRESULT get_Initial(
VARIANT_BOOL* Initial
);
[C++]
HRESULT put_Initial(
VARIANT_BOOL Initial
);
[C++]
Parameters Initial [out, retval] Initial is a parameter of type VARIANT_BOOL Initial [in] Initial is a parameter of type VARIANT_BOOL