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.GeneratingComponentCLSID Property (ArcObjects .NET 10.5 SDK) |
External Component classID for generating diagrams.
[Visual Basic .NET] Public Property GeneratingComponentCLSID As String
[C#] public string GeneratingComponentCLSID {get; set;}
[C++]
HRESULT get_GeneratingComponentCLSID(
BSTR* CLSID
);
[C++]
HRESULT put_GeneratingComponentCLSID(
BSTR CLSID
);
[C++]
Parameters CLSID [out, retval] CLSID is a parameter of type BSTR CLSID [in] CLSID is a parameter of type BSTR