Gets or sets a unique string that identifies the initial symbol type.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Id { get; set; }
Visual Basic (Declaration)
Public Property Id As String

Field Value

A unique string that identifies the initial symbol type.

Remarks

This property is used internally by the ArcGIS Explorer application; do not set this property as it can cause errors when saving or loading the NMF file.

See Also