This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlBuilder Interface > ISchematicXmlBuilder.ObjectTypeMapping Property (ArcObjects .NET 10.5 SDK) |
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
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.