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


ISchematicXmlBuilder.ObjectTypeMapping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlBuilder Interface > ISchematicXmlBuilder.ObjectTypeMapping Property
ArcGIS Developer Help

ISchematicXmlBuilder.ObjectTypeMapping Property

Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset.

[Visual Basic .NET]
Public Property ObjectTypeMapping As String
[C#]
public string ObjectTypeMapping {get; set;}
[C++]
HRESULT get_ObjectTypeMapping(
  BSTR ObjectTypeMapping
);
[C++]
HRESULT put_ObjectTypeMapping(
  System.String* ObjectTypeMapping
);
[C++]
Parameters
ObjectTypeMapping [in]

ObjectTypeMapping is a parameter of type BSTR ObjectTypeMapping [out, retval]
ObjectTypeMapping is a parameter of type BSTR*

Product Availability

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

Description

ObjectTypeMapping must be specified when the FeatureClassName items in the input XML data don't match the names of the schematic element classes associated with the diagram class.

See Also

ISchematicXmlBuilder Interface