ArcObjects Library Reference (Display)  

IStyleGalleryStorage.TargetFile Property

The target output file for adding, updating and removing items.

[Visual Basic .NET]
Public Property TargetFile As String
[C#]
public string TargetFile {get; set;}
[C++]
HRESULT get_TargetFile(
  BSTR* path
);
[C++]
HRESULT put_TargetFile(
  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.

See Also

IStyleGalleryStorage Interface