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 > ISchematicConnection Interface > ISchematicConnection.InitString Property (ArcObjects .NET 10.5 SDK) |
String used to initialize the schematic connection.
[Visual Basic .NET] Public Property InitString As String
[C#] public string InitString {get; set;}
[C++]
HRESULT get_InitString(
BSTR* InitString
);
[C++]
HRESULT put_InitString(
BSTR InitString
);
[C++]
Parameters InitString [out, retval] InitString is a parameter of type BSTR InitString [in] InitString is a parameter of type BSTR