VS:SetDatumSlabComponent: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 14:37, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the datum slab component of an object.

PROCEDURE SetDatumSlabComponent(
object :HANDLE;
datumSlabComponent :INTEGER);
def vs.SetDatumSlabComponent(object, datumSlabComponent):
    return None

Parameters

object HANDLE The object. Can be a slab, Slab Style, or the Slab Preferences.
datumSlabComponent INTEGER The index of the datum slab component.

Version

Availability: from Vectorworks 2011

See Also

VS Functions:

VS:GetDatumSlabComponent

VS Functions: [[VS:GetDatumSlabComponent]]