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(
BSTR ObjectTypeMapping
);
[C++]Parameters
ObjectTypeMapping [out, retval] ObjectTypeMapping is a parameter of type BSTR ObjectTypeMapping [in] 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.