DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.AddShape_2 | Methods | Properties
Adds a new shape to be drawn
// C# public void AddShape_2( ITGIS_Shape _shape, OleVariant _value, ITGIS_UidArray _uids );
' VisualBasic Public Sub AddShape_2( ByVal _shape As ITGIS_Shape, ByVal _value As OleVariant, ByVal _uids As ITGIS_UidArray )
// Oxygene public procedure AddShape_2( _shape : ITGIS_Shape; _value : OleVariant; _uids : ITGIS_UidArray );
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to be added be drawn |
_value | OleVariant | aggregated value like number of aggregated shapes etc. |
_uids | ITGIS_UidArray | list of shapes uid which shape aggregates. |