ColorFillSchemeEntry.CanSetValue(Int32) Method

Checks whether StorageType of entry is Integer.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

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

Reference

ColorFillSchemeEntry Class
CanSetValue Overload
Autodesk.Revit.DB Namespace