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


IStyleGalleryStorage.DefaultStylePath 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.DefaultStylePath Property
ArcGIS Developer Help

IStyleGalleryStorage.DefaultStylePath Property

The default file path for searching for standard styles.

[Visual Basic .NET]
Public ReadOnly Property DefaultStylePath As String
[C#]
public string DefaultStylePath {get;}
[C++]
HRESULT get_DefaultStylePath(
  System.String* path
);
[C++]
Parameters
path [out, retval]

path is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStyleGalleryStorage Interface