Click or drag to resize

GM_Projection_tRemoveAttr 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
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public bool RemoveAttr(
	int aIndex
)

Parameters

aIndex
Type: SystemInt32
Index of Attr to remove

Return Value

Type: Boolean
False if list is empty or index is out of range otherwise true
See Also