ArcObjects Library Reference (Schematic)  

ISchematicDiagram.Creator Property

Name of the schematic diagram creator.

[Visual Basic .NET]
Public Property Creator As String
[C#]
public string Creator {get; set;}
[C++]
HRESULT get_Creator(
  BSTR* Name
);
[C++]
HRESULT put_Creator(
  BSTR Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR Name [in]   Name is a parameter of type BSTR

Product Availability

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

See Also

ISchematicDiagram Interface