void SetMatrixLayerColor(
string layerName,
Color color
)Sub SetMatrixLayerColor (
layerName As String,
color As Color
)void SetMatrixLayerColor(
String^ layerName,
Color color
)abstract SetMatrixLayerColor :
layerName : string *
color : Color -> unit