?? mitab__capi_8cpp.html
字號(hào):
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the brush foreground color (24 bits RGB value). </dd></dl>
</div>
</div><p>
<a class="anchor" name="ad33e5de810c833986e0a5a9131981fa"></a><!-- doxytag: member="mitab_capi.cpp::mitab_c_get_brush_pattern" ref="ad33e5de810c833986e0a5a9131981fa" args="(mitab_feature feature)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int MITAB_STDCALL mitab_c_get_brush_pattern </td>
<td>(</td>
<td class="paramtype">mitab_feature </td>
<td class="paramname"> <em>feature</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Get an object's brush pattern property.
<p>
Applies to region, ellipse and rectangle objects.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>feature</em> </td><td>the mitab_feature object. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the brush pattern number (1 is none, 2 is solid fill, etc.). </dd></dl>
</div>
</div><p>
<a class="anchor" name="86268de0cba10d41cdc48e2a7e90fb6a"></a><!-- doxytag: member="mitab_capi.cpp::mitab_c_get_brush_transparent" ref="86268de0cba10d41cdc48e2a7e90fb6a" args="(mitab_feature feature)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int MITAB_STDCALL mitab_c_get_brush_transparent </td>
<td>(</td>
<td class="paramtype">mitab_feature </td>
<td class="paramname"> <em>feature</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Get an object's brush transparency property.
<p>
Applies to region, ellipse and rectangle objects.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>feature</em> </td><td>the mitab_feature object. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the brush transparency value, either 0 for an opaque brush (using bg color) or 1 for transparent (ignore bg color). </dd></dl>
</div>
</div><p>
<a class="anchor" name="59f81fbc907f901df7e27b74789ff919"></a><!-- doxytag: member="mitab_capi.cpp::mitab_c_get_collection_multipoint_ref" ref="59f81fbc907f901df7e27b74789ff919" args="(mitab_feature feature)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mitab_feature MITAB_STDCALL mitab_c_get_collection_multipoint_ref </td>
<td>(</td>
<td class="paramtype">mitab_feature </td>
<td class="paramname"> <em>feature</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns a reference to the multipoint component of a collection.
<p>
The returned object is only a reference and remains owned by the collection and will remain valid only during the lifespan of the collection or until the multipoint component is overwritten. The returned feature can be modified but CANNOT be destroyed by the caller.<p>
If the object's geometry is ever modified then a call to <a class="el" href="mitab__capi_8cpp.html#006df47f3fadc6a2b2b408095f100411" title="Set or update the multipoint component of a collection.">mitab_c_set_collection_multipoint()</a> will be required to force updating the internal geometry of the collection.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>feature</em> </td><td>the TABFC_Collection feature to read from. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the mitab_feature object that was read or NULL if there is no multipoint component in the collection. </dd></dl>
</div>
</div><p>
<a class="anchor" name="65812f661b1901be7eeaad047bb50460"></a><!-- doxytag: member="mitab_capi.cpp::mitab_c_get_collection_polyline_ref" ref="65812f661b1901be7eeaad047bb50460" args="(mitab_feature feature)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mitab_feature MITAB_STDCALL mitab_c_get_collection_polyline_ref </td>
<td>(</td>
<td class="paramtype">mitab_feature </td>
<td class="paramname"> <em>feature</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns a reference to the polyline component of a collection.
<p>
The returned object is only a reference and remains owned by the collection and will remain valid only during the lifespan of the collection or until the polyline component is overwritten. The returned feature can be modified but CANNOT be destroyed by the caller.<p>
If the object's geometry is ever modified then a call to <a class="el" href="mitab__capi_8cpp.html#a3af6f7d73426a53693d031d9de3b347" title="Set or update the polyline component of a collection.">mitab_c_set_collection_polyline()</a> will be required to force updating the internal geometry of the collection.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>feature</em> </td><td>the TABFC_Collection feature to read from. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the mitab_feature object that was read or NULL if there is no polyline component in the collection. </dd></dl>
</div>
</div><p>
<a class="anchor" name="7d7ee44cea4bc9ab35b3074f0091808c"></a><!-- doxytag: member="mitab_capi.cpp::mitab_c_get_collection_region_ref" ref="7d7ee44cea4bc9ab35b3074f0091808c" args="(mitab_feature feature)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mitab_feature MITAB_STDCALL mitab_c_get_collection_region_ref </td>
<td>(</td>
<td class="paramtype">mitab_feature </td>
<td class="paramname"> <em>feature</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns a reference to the region component of a collection.
<p>
The returned object is only a reference and remains owned by the collection and will remain valid only during the lifespan of the collection or until the region component is overwritten. The returned feature can be modified but CANNOT be destroyed by the caller.<p>
If the object's geometry is ever modified then a call to <a class="el" href="mitab__capi_8cpp.html#111e94b614424c5317952ef846a8fbbe" title="Set or update the region component of a collection.">mitab_c_set_collection_region()</a> will be required to force updating the internal geometry of the collection.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -