This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface > IStyleGalleryStorage.TargetFile Property (ArcObjects .NET 10.4 SDK) |
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