![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeFlags Interface > ISchematicInMemoryFeatureNodeFlags.EndNode Property (ArcObjects .NET 10.4 SDK) |
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