 | mxObjectCodecIsReference Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given fieldname is to be treated
as a textual reference (ID). This implementation returns
true if the given fieldname is in idrefs.
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 handled as a
reference.
See Also