Changes between Version 3 and Version 4 of FDORfc48
- Timestamp:
- 05/06/10 01:07:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc48
v3 v4 99 99 /// Input the geometry property name 100 100 /// \return 101 /// Returns true if the vertex order of the specified geometry property is enforced. 101 /// Returns true if the vertex order of the specified geometry property is enforced. 102 /// Returns false if it is loose. 102 103 /// 103 104 FDO_API FdoBoolean GetPolygonVertexOrderStrictness ( … … 108 109 /// Input the geometry property name 109 110 /// \param value 110 /// Input true if the vertex order of the specified geometry property is enforced. Or input false. 111 /// Input true if the vertex order of the specified geometry property is enforced. 112 /// Input false if it is loose. 111 113 /// 112 114 FDO_API void SetPolygonVertexOrderStrictness ( … … 136 138 /// Returns the fixed polygon. If the input polygon already follows the specified 137 139 /// vertex order rule or the specified vertex order rule is 138 /// FdoPolygonVertexOrderRule_None, returns NULL 140 /// FdoPolygonVertexOrderRule_None, returns NULL. 139 141 /// 140 142 FDO_API FdoIGeometry* FixPolygonVertexOrder (