Initializes a new path point with the given
date, position, color and translucency.
[Visual Basic .NET] |
---|
Public Function InitializeWithDatePositionColorAndTranslucency( _
ByVal PathPointDate As IAgDate, _
ByRef Position As System.Array, _
ByVal Color As System.Drawing.Color, _
ByVal Translucency As Double _
) As IAgStkGraphicsPathPoint
|
[C#] |
---|
public IAgStkGraphicsPathPoint InitializeWithDatePositionColorAndTranslucency(
|
[Managed C++] |
---|
public: IAgStkGraphicsPathPoint^ InitializeWithDatePositionColorAndTranslucency(
|
[Java] |
---|
public IAgStkGraphicsPathPoint initializeWithDatePositionColorAndTranslucency(
|
[Unmanaged C++] |
---|
public: HRESULT InitializeWithDatePositionColorAndTranslucency(
|
- 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#] | Copy Code | |
---|---|---|
|
Shows the format of
the Position parameter when creating a path point.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|