 | mxObjectCodecIsExcluded Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given attribute is to be ignored
by the codec. This implementation returns true if the
given fieldname is in exclude.
Namespace:
imbSCI.Graph.MXGraph.io
Assembly:
imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
SyntaxRequest Example
View SourceParameters
- obj
- Type: SystemObject
Object instance that contains the field. - attr
- Type: SystemString
Fieldname of the field. - value
- Type: SystemObject
Value of the field. - write
- Type: SystemBoolean
Boolean indicating if the field is being encoded or
decoded. write is true if the field is being encoded, else it is
being decoded.
Return Value
Type:
BooleanReturns true if the given attribute should be ignored.
See Also