This document is archived and information here might be outdated. Recommended version. |
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*
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.