| Visual Basic (Declaration) | |
|---|---|
<ComVisibleAttribute(False)> Public NotInheritable Class StyleManager | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ComVisibleAttribute(false)] public sealed class StyleManager | |
This example demonstrates writing the name of all style files known to ArcGIS Explorer.
| C# | Copy Code |
|---|---|
ESRI.ArcGIS.E2API.StyleManager MyStyleManager = _taskUI.E2.StyleManager; | |
| Visual Basic | Copy Code |
|---|---|
Dim MyStyleManager As ESRI.ArcGIS.E2API.StyleManager = _taskUI.E2.StyleManager | |
System.Object
ESRI.ArcGIS.E2API.StyleManager
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This class was added to the E2API at version 1.0.0.348.
Copy Code