IAcadUtilityTranslateCoordinates Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
Object TranslateCoordinates(
Object Point,
AcCoordinateSystem FromCoordSystem,
AcCoordinateSystem ToCoordSystem,
int Displacement,
[OptionalAttribute] Object OCSNormal
)
Function TranslateCoordinates (
Point As Object,
FromCoordSystem As AcCoordinateSystem,
ToCoordSystem As AcCoordinateSystem,
Displacement As Integer,
<OptionalAttribute> OCSNormal As Object
) As Object
Object^ TranslateCoordinates(
[InAttribute] Object^ Point,
[InAttribute] AcCoordinateSystem FromCoordSystem,
[InAttribute] AcCoordinateSystem ToCoordSystem,
[InAttribute] int Displacement,
[OptionalAttribute] [InAttribute] Object^ OCSNormal
)
abstract TranslateCoordinates :
Point : Object *
FromCoordSystem : AcCoordinateSystem *
ToCoordSystem : AcCoordinateSystem *
Displacement : int *
[<OptionalAttribute>] OCSNormal : Object -> Object
Parameters
- Point
- Type: SystemObject
- FromCoordSystem
- Type: BricscadDbAcCoordinateSystem
- ToCoordSystem
- Type: BricscadDbAcCoordinateSystem
- Displacement
- Type: SystemInt32
- OCSNormal (Optional)
- Type: SystemObject
Return Value
Type:
Object
See Also