Visual Basic | |
---|---|
Sub SetCommandOptionPoint3D( _ ByVal Var As dsCommandOptionPoint3d_e, _ ByVal X As System.Double, _ ByVal Y As System.Double, _ ByVal Z As System.Double, _ ByRef Result As dsSetCommandOptionResult_e _ ) |
C# | |
---|---|
void SetCommandOptionPoint3D( dsCommandOptionPoint3d_e Var, System.double X, System.double Y, System.double Z, out dsSetCommandOptionResult_e Result ) |
COM native C++ | |
---|---|
HRESULT SetCommandOptionPoint3D( dsCommandOptionPoint3d_e Var, DOUBLE X, DOUBLE Y, DOUBLE Z, dsSetCommandOptionResult_e* Result ) |
C++ | |
---|---|
DSRESULT SetCommandOptionPoint3D( dsCommandOptionPoint3d_e Var, double X, double Y, double Z, dsSetCommandOptionResult_e* Result ) |
Parameters
- Var
- Command option as defined in dsCommandOptionPoint3d_e
- X
- x coordinate of 3D point
- Y
- y coordinate of 3D point
- Z
- z coordinate of 3D point
- Result[out] or Return Value
- Status of setting the command option of the 3D point as defined in dsSetCommandOptionResult_e
Get and Set Command Options (C#)
Get and Set Command Options (VB.NET)
Get and Set Command Options (VBA)
Get and Set Command Options (VB.NET)
Get and Set Command Options (VBA)
DraftSight V1R1.1