Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 689 Bytes

File metadata and controls

31 lines (24 loc) · 689 Bytes

SetDatumRoofComp

Description

Sets the datum roof component of the object.

PROCEDURE SetDatumRoofComp(
				object             : HANDLE;
				datumRoofComponent : INTEGER);
def vs.SetDatumRoofComp(object, datumRoofComponent):
    return None

Parameters

Name Type Description
object HANDLE The object. Can be a roof face, roof, Roof Style, or the Roof Preferences.
datumRoofComponent INTEGER The index of the datum roof component.

See Also

VS Functions: GetDatumRoofComp

Version

Availability: from Vectorworks 2016

Category