PointGroup.PointOpacity Property

Top 

Description

The opacity of each of the 'n' points, where the array index (i.e., 'n') ranges from 0 to NumberOfPoints - 1

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

Default Value:

{ 1.0 }

Valid Range:

0 ≤ PointGroup.PointOpacity ≤ 1

 

Syntax

myVariable1 = myPointGroup1.PointOpacity[0];

 

myPointGroup1.PointOpacity[0] = myVariable1;

 

See also

PointGroup Object

Coverage and Contact Analysis Guide

PointGroups Guide