Initializes a new path point with the given date, position, color and translucency.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsPathPoint InitializeWithDatePositionColorAndTranslucency( IAgDate PathPointDate, System.Array Position, System.Drawing.Color Color, double Translucency ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsPathPoint^ InitializeWithDatePositionColorAndTranslucency( IAgDate ^ PathPointDate, System::Array ^ Position, uint Color, double Translucency ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsPathPoint initializeWithDatePositionColorAndTranslucency( IAgDate PathPointDate, AgSafeArray Position, long Color, double Translucency ); |
[Python - STK API ] |
|---|
def InitializeWithDatePositionColorAndTranslucency(self, PathPointDate:"IAgDate", Position:list, Color:agi.stk13.utilities.colors.Color, Translucency:float) -> "IAgStkGraphicsPathPoint": |
- PathPointDate
- A date of the path point.
- Position
- A position of the path point specified as a cartesian point (X/Y/Z).
- Color
- A color of the path point.
- Translucency
- A value specifies the translucency of the path point.
Shows the format of the Position parameter when creating a path point.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Position parameter when creating a path point.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






