ArcObjects Library Reference (Schematic)  

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(
  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.

See Also

ISchematicXmlBuilder Interface