Click or drag to resize

GM_ProjAttrValue_t Constructor

Constructor to Initialize Attr

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_ProjAttrValue_t(
	PROJATTR aAttr,
	double aValue
)

Parameters

aAttr
Type: GlobalMapperPROJATTR
The Attribute
aValue
Type: SystemDouble
The Attribute Value
See Also