ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureReferenceLink.SubLinks Property

Sublinks hold by the schematic in memory feature reference link.

[Visual Basic .NET]
Public ReadOnly Property SubLinks As IEnumSchematicInMemoryFeatureSubLink
[C#]
public IEnumSchematicInMemoryFeatureSubLink SubLinks {get;}
[C++]
HRESULT get_SubLinks(
  IEnumSchematicInMemoryFeatureSubLink** SubLinks
);
[C++]

Parameters

SubLinks [out, retval]

  SubLinks is a parameter of type IEnumSchematicInMemoryFeatureSubLink

Product Availability

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

See Also

ISchematicInMemoryFeatureReferenceLink Interface

.NET Snippets

Get The Sublinks With The Same Reference Link As A Node-On-Link | Get The Sublinks With The Same Reference Link As Another Sublink