GlobalProfile.IsResizableFunction Method
Determines if the function can be handled as resizable.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool IsResizableFunction(
string name
)
Public Shared Function IsResizableFunction (
name As String
) As Boolean
public:
static bool IsResizableFunction(
String^ name
)
static member IsResizableFunction :
name : string -> bool
- name String
- Name of the function.
Booleantrue if the function can be handled as resizable,
false otherwise.