Global Mapper SDK
| GM_Projection_t .RemoveAttr Method |
Removes an Attributef at the specified index from the attribute list.
Returns false if list is empty or index is out of range
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public bool RemoveAttr ( int aIndex )
Parameters
- aIndex
-
Type:
System
.
Int32
Index of Attr to remove
Return Value
Type: BooleanFalse if list is empty or index is out of range otherwise true
Comments
0 comments
Please sign in to leave a comment.