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


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

ISchematicInMemoryFeatureNodeFlags.EndNode Property

Indicates whether or not the schematic in memory feature node is a end node.

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

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

Product Availability

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

See Also

ISchematicInMemoryFeatureNodeFlags Interface