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


ISchematicXmlBuilder.UpdatingComponentCLSID 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.UpdatingComponentCLSID Property
ArcGIS Developer Help

ISchematicXmlBuilder.UpdatingComponentCLSID Property

External Component classID for updating diagrams.

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

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

Product Availability

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

See Also

ISchematicXmlBuilder Interface