AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgGeometryTypeInfo::SetTypes ( INT32 types,
INT32  count 
)

Sets the geometry type value list. Elements must be integers as defined by MgGeometryType.

.NET Syntax
SetTypes(INT32 * types, int count);
Java Syntax
SetTypes(INT32 * types, int count);
PHP Syntax
SetTypes(INT32 * types, int count);

Parameters:
types (INT32 *) The list of types. There must be no more than MG_MAX_GEOMETRY_TYPE_SIZE elements.
count (int) The number of types in the list. The maximum allowed value is MG_MAX_GEOMETRY_TYPE_SIZE.