DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.AddShape | Methods | Properties
Adds a new shape to be drawn
// C# public void AddShape( ITGIS_Shape _shape, ITBaseObject _attr );
' VisualBasic Public Sub AddShape( ByVal _shape As ITGIS_Shape, ByVal _attr As ITBaseObject )
// Oxygene public procedure AddShape( _shape : ITGIS_Shape; _attr : ITBaseObject );
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to be added be drawn |
_attr | ITBaseObject | optional shape attribute object to associate with _shape.TagPointer |
Object _attr is own by processor and will be automatically released.