This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLink Interface > ISchematicInMemoryFeatureLink.ToNode Property (ArcObjects .NET 10.5 SDK) |
Extremity schematic in memory feature node of the schematic in memory feature link.
[Visual Basic .NET] Public Property ToNode As ISchematicInMemoryFeatureNode
[C#] public ISchematicInMemoryFeatureNode ToNode {get; set;}
[C++]
HRESULT get_ToNode(
ISchematicInMemoryFeatureNode** ToNode
);
[C++]
HRESULT putref_ToNode(
ISchematicInMemoryFeatureNode* ToNode
);
[C++]
Parameters ToNode [out, retval]
ToNode is a parameter of type ISchematicInMemoryFeatureNode ToNode [in]
ToNode is a parameter of type ISchematicInMemoryFeatureNode