| PointIsSame Method (Double, Double, Double) |
Compares the coordinates of this point to specified values
Namespace:
CodeStack.SwEx.MacroFeature.Data
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public bool IsSame(
double x,
double y,
double z
)
Public Function IsSame (
x As Double,
y As Double,
z As Double
) As Boolean
public:
bool IsSame(
double x,
double y,
double z
)
Parameters
- x
- Type: SystemDouble
X coordinate - y
- Type: SystemDouble
Y coordinate - z
- Type: SystemDouble
Z coordinate
Return Value
Type:
BooleanTrue if coordinates are equal
See Also