Click or drag to resize

GM_Projection_tAddAttr Method

Adds an Attribute to the end of the attribute list. Returns false if list is full

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public bool AddAttr(
	GM_ProjAttrValue_t aAttr
)

Parameters

aAttr
Type: GlobalMapperGM_ProjAttrValue_t
The Attribute to add

Return Value

Type: Boolean
False if list is full otherwise true
See Also