Changes between Version 3 and Version 4 of FDORfc48


Ignore:
Timestamp:
May 6, 2010, 1:07:16 AM (14 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc48

    v3 v4  
    9999    /// Input the geometry property name
    100100    /// \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.
    102103    ///
    103104    FDO_API FdoBoolean GetPolygonVertexOrderStrictness  (
     
    108109    /// Input the geometry property name
    109110    /// \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.
    111113    /// 
    112114    FDO_API void SetPolygonVertexOrderStrictness (
     
    136138    /// Returns the fixed polygon. If the input polygon already follows the specified
    137139    /// vertex order rule or the specified vertex order rule is
    138     /// FdoPolygonVertexOrderRule_None, returns NULL 
     140    /// FdoPolygonVertexOrderRule_None, returns NULL
    139141    ///
    140142    FDO_API FdoIGeometry* FixPolygonVertexOrder  (