ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureClass.CreateSchematicInMemoryFeatureNode Method

Creates a schematic in memory feature node.

[Visual Basic .NET]
Public Function CreateSchematicInMemoryFeatureNode ( _
    ByVal Geometry As IGeometry, _
    [ByVal Name As String] _
) As ISchematicInMemoryFeature
[C#]
public ISchematicInMemoryFeature CreateSchematicInMemoryFeatureNode (
    IGeometry Geometry,
    string Name
);
[C#]

Optional Values

Name   Supply "0" as a default value.
[C++]
HRESULT CreateSchematicInMemoryFeatureNode(
  IGeometry* Geometry,
  BSTR Name,
  ISchematicInMemoryFeature** InMemoryFeature
);
[C++]

Parameters

Geometry [in]

  Geometry is a parameter of type IGeometry

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.

See Also

ISchematicInMemoryFeatureClass Interface