IWriteHandlerRepresentation Method |
[This is preliminary documentation and is subject to change.]
Gets the representation to use for the object, either an instance of transit ground type,
or object for which there is a Handler (including an instance of
ITaggedValue).
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
SyntaxObject Representation(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object.
Return Value
Type:
ObjectThe representation.
See Also