ColorFillSchemeEntryCanSetValue(Int32) Method

Checks whether StorageType of entry is Integer.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool CanSetValue(
	int value
)

Parameters

value  Int32
New Integer value.

Return Value

Boolean
True if StorageType of the entry is Integer, false otherwise.
See Also