Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 696 Bytes

File metadata and controls

31 lines (24 loc) · 696 Bytes

SetDatumSlabComponent

Description

Sets the datum slab component of an object.

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

Parameters

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

See Also

VS Functions: GetDatumSlabComponent

Version

Availability: from Vectorworks 2011

Category