This document is archived and information here might be outdated. Recommended version. |
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++]
HRESULT CreateSchematicInMemoryFeatureNode(
IGeometry* Geometry,
BSTR Name
);
[C++] Parameters Geometry [in]
Geometry is a parameter of type IGeometry* Name [in, optional, defaultvalue()]
Name is a parameter of type BSTR