ArcObjects Library Reference (Schematic)  

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(
  VARIANT_BOOL* IsEndNode
);
[C++]
HRESULT put_EndNode(
  VARIANT_BOOL IsEndNode
);
[C++]

Parameters

IsEndNode [out, retval]   IsEndNode is a parameter of type VARIANT_BOOL IsEndNode [in]   IsEndNode is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicInMemoryFeatureNodeFlags Interface