Method WriteShapeByTypeIfSupported
WriteShapeByTypeIfSupported(BinaryWriter, IShape)
Note: writes the type byte even if not supported
Declaration
protected virtual bool WriteShapeByTypeIfSupported(BinaryWriter dataOutput, IShape s)
Parameters
Type |
Name |
Description |
System.IO.BinaryWriter |
dataOutput |
|
IShape |
s |
|
Returns
Type |
Description |
System.Boolean |
|
WriteShapeByTypeIfSupported(BinaryWriter, IShape, BinaryCodec.ShapeType)
Declaration
protected virtual bool WriteShapeByTypeIfSupported(BinaryWriter dataOutput, IShape s, BinaryCodec.ShapeType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|