ArcObjects Library Reference (Schematic)  

ISchematicWorkspace.FullName Property

Schematic workspace full name.

[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[C++]
HRESULT get_FullName(
  IName** Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IName

Product Availability

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

See Also

ISchematicWorkspace Interface