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


ISchematicConnection.InitString Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicConnection.InitString Property

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

Product Availability

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

See Also

ISchematicConnection Interface