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


ISchematicFolderName.Path Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFolderName Interface > ISchematicFolderName.Path Property
ArcGIS Developer Help

ISchematicFolderName.Path Property

Backslash delimited path for the schematic folder name.

[Visual Basic .NET]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
HRESULT get_Path(
  System.String* Path
);
[C++]
HRESULT put_Path(
  BSTR Path
);
[C++]
Parameters
Path [out, retval]

Path is a parameter of type BSTR* Path [in]
Path is a parameter of type BSTR

Product Availability

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

See Also

ISchematicFolderName Interface