Creates a schematic in memory feature sublink.
[Visual Basic .NET] Public Function CreateSchematicInMemoryFeatureSubLink ( _ ByVal ReferenceLink As ISchematicInMemoryFeatureLink, _ ByVal FromNode As ISchematicInMemoryFeatureNode, _ ByVal ToNode As ISchematicInMemoryFeatureNode, _ [ByVal Name As String] _ ) As ISchematicInMemoryFeature
[C#] public ISchematicInMemoryFeature CreateSchematicInMemoryFeatureSubLink ( ISchematicInMemoryFeatureLink ReferenceLink, ISchematicInMemoryFeatureNode FromNode, ISchematicInMemoryFeatureNode ToNode, string Name );
[C#]
Optional Values
Name Supply "0" as a default value.
[C++]
HRESULT CreateSchematicInMemoryFeatureSubLink(
ISchematicInMemoryFeatureLink* ReferenceLink,
ISchematicInMemoryFeatureNode* FromNode,
ISchematicInMemoryFeatureNode* ToNode,
BSTR Name,
ISchematicInMemoryFeature** InMemoryFeature
);
[C++]Parameters
ReferenceLink [in]ReferenceLink is a parameter of type ISchematicInMemoryFeatureLink
FromNode [in]FromNode is a parameter of type ISchematicInMemoryFeatureNode
ToNode [in]ToNode is a parameter of type ISchematicInMemoryFeatureNode
Name [in, optional, defaultvalue(0)] Name is a parameter of type BSTR InMemoryFeature [out, retval]InMemoryFeature is a parameter of type ISchematicInMemoryFeature
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.