Gets or sets a single coordinate of
FPoint structure.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property Item( _ ByVal id As Integer _ ) As Single |
C#
|
public float this[ int id ] {get; set;} |
Parameters
-
id
-
Type: int
An index that specifies coordinate of FPoint.
Property Value
X-coordinate if the input parameter equals 0. Y-coordinate if the input parameter equals 1.
Z-coordinate if the input parameter equals 2.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also