This document is archived and information here might be outdated.  Recommended version.


ISchematicInMemoryFeatureClass.CreateSchematicInMemoryFeatureNodeOnLink Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureClass Interface > ISchematicInMemoryFeatureClass.CreateSchematicInMemoryFeatureNodeOnLink Method
ArcGIS Developer Help

ISchematicInMemoryFeatureClass.CreateSchematicInMemoryFeatureNodeOnLink Method

Creates a schematic in memory feature node on link.

[Visual Basic .NET]
Public Function CreateSchematicInMemoryFeatureNodeOnLink ( _
    ByVal ReferenceLink As ISchematicInMemoryFeatureLink, _
    ByVal Distance As Double, _
    ByVal AsRatio As Boolean, _
    [ByVal Name As String] _
) As ISchematicInMemoryFeature
[C#]
public ISchematicInMemoryFeature CreateSchematicInMemoryFeatureNodeOnLink (
    ISchematicInMemoryFeatureLink ReferenceLink,
    double Distance,
    bool AsRatio,
    string Name
);
[C++]
HRESULT CreateSchematicInMemoryFeatureNodeOnLink(
  ISchematicInMemoryFeatureLink* ReferenceLink,
  double Distance,
  VARIANT_BOOL AsRatio,
  BSTR Name
);
[C++]
Parameters
ReferenceLink [in]

ReferenceLink is a parameter of type ISchematicInMemoryFeatureLink* Distance [in]
Distance is a parameter of type double AsRatio [in]
AsRatio is a parameter of type bool Name [in, optional, defaultvalue()]
Name is a parameter of type BSTR

Product Availability

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

See Also

ISchematicInMemoryFeatureClass Interface