Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 453 Bytes

File metadata and controls

37 lines (29 loc) · 453 Bytes

IFC_DMResetToDef

Description

Resets the data mapping to the default values.

FUNCTION IFC_DMResetToDef : BOOLEAN;
def vs.IFC_DMResetToDef():
    return BOOLEAN

Examples

==== VectorScript ====

PROCEDURE Test;
VAR
	ok : BOOLEAN;
BEGIN
	ok := IFC_DMResetToDef();
END;

RUN(Test);

==== Python ====

ok	= vs.IFC_DMResetToDef()

Version

Available from: Vectorworks 2017

Category

  • IFC