Display the Layer Properties dialog for a layer, which allows the user to modify the style and other settings.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersShowPropertiesDialog(
	int layerIndex
)
Public Sub LayersShowPropertiesDialog ( _
	layerIndex As Integer _
)
public:
void LayersShowPropertiesDialog(
	int layerIndex
)

Parameters

layerIndex
Int32
The layer to edit.

See Also