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#]
Optional Values
Name Supply "0" as a default value.
[C++]
HRESULT CreateSchematicInMemoryFeatureNodeOnLink(
ISchematicInMemoryFeatureLink* ReferenceLink,
double Distance,
VARIANT_BOOL AsRatio,
BSTR Name,
ISchematicInMemoryFeature** InMemoryFeature
);
[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 VARIANT_BOOL 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.