Sets the properties of the face.

Namespace:  ceometric.XML
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public void SetProperties(
	string layerName,
	short colorIndex
)
Visual Basic (Declaration)
Public Sub SetProperties ( _
	layerName As String, _
	colorIndex As Short _
)
Visual C++
public:
void SetProperties(
	String^ layerName, 
	short colorIndex
)

Parameters

layerName
Type: System..::.String
The layer name.
colorIndex
Type: System..::.Int16
The color index (0 for ByBlock, 256 for ByLayer).

See Also