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


IStyleGalleryStorage.TargetFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface > IStyleGalleryStorage.TargetFile Property
ArcGIS Developer Help

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(
  System.String* 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