D3D.SetCoordSysProperties

Previous  Next

 

status = D3D.SetCoordSysProperties( nControl   AS INTEGER,

                                    fSize      AS REAL,

                                    nLineWidth AS INTEGER,

                                    strXLabel  AS STRING, 

                                    strYLabel  AS STRING, 

                                    strZLabel  AS STRING   ) AS INTEGER

 


 

Sets the properties of the 3D coordinate system being displayed

 

Example:

 

D3D.SetCoordSysProperties( nControl, 0.5, 2, "X-Axis", "Y-Axis", "Z-Axis" )