<Code Lib>
M

DirectShapeReferenceOptions.IsValidReferenceName

Description:
Validates that the input name can be assigned to a direct shape reference.

public static bool IsValidReferenceName(
	string name
)

  • String
    name
    The name to assign to the reference.
Return Value bool True if the input name is valid, false otherwise.

Loading…