<Code Lib>
2025 Method
Changes 2
M

ColorFillScheme.CanUpdateEntry

Description:
Checks whether entry exists in the scheme and not the same as input one.

public bool CanUpdateEntry(
	ColorFillSchemeEntry entry
)

Return Value Boolean Returns true if entry exist in scheme and not the same as input one, false otherwise.

Loading…