GetCommandOptionPoint3D Method (IDocument)
Gets the 3D point's coordinates for the specified command option in the document.
.NET Syntax
JavaScript | |
---|
GetCommandOptionPoint3D(
Var : String,
) : {
X : Number,
Y : Number,
Z : Number,
Result : String
}
|
Parameters
- Var
- Command option as defined in dsCommandOptionPoint3d_e
- X[out]
- x coordinate of 3D point
- Y[out]
- y coordinate of 3D point
- Z[out]
- z coordinate of 3D point
- Result[out] or Return Value
- Status of getting the 3D point's coordinates for the command option as defined in dsGetCommandOptionResult_e
Example
See Also
Availability
DraftSight V1R1.1