Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 476 Bytes

File metadata and controls

36 lines (29 loc) · 476 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