GlobalProfile.IsResizableFunction Method

Determines if the function can be handled as resizable.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool IsResizableFunction(
	string name
)

Parameters

name  String
Name of the function.

Return Value

Boolean
true if the function can be handled as resizable, false otherwise.

See Also