Public Member Functions | List of all members
Record Class Reference

Inherits ScriptObject.

Public Member Functions

 Record ()
 
Boolean isValid ()
 
Integer getId ()
 
Integer getType ()
 
Integer getCategories ()
 
Boolean isMotion ()
 
Boolean isCycle ()
 
String getCycleType ()
 
Boolean isParameter ()
 
String getParameterName ()
 
Value getParameterValue ()
 

Detailed Description

An NC record in the NC database.

Constructor & Destructor Documentation

◆ Record()

Record ( )

Constructs an invalid record.

Member Function Documentation

◆ getCategories()

Integer getCategories ( )

Returns the categories.

◆ getCycleType()

String getCycleType ( )

Returns the cycle type.

◆ getId()

Integer getId ( )

Returns the id of the record.

◆ getParameterName()

String getParameterName ( )

Returns the parameter name.

Since
r41192

◆ getParameterValue()

Value getParameterValue ( )

Returns the parameter value.

Since
r41192

◆ getType()

Integer getType ( )

Returns the type of the record.

◆ isCycle()

Boolean isCycle ( )

Returns true if the record is a cycle record.

◆ isMotion()

Boolean isMotion ( )

Returns true if the record is a motion record.

◆ isParameter()

Boolean isParameter ( )

Returns true if the record is a parameter.

Since
r41192

◆ isValid()

Boolean isValid ( )

Returns true if the record is valid.



Generated by Autodesk, Inc. 07 September 2023
Copyright (c) 2012-2023 by Autodesk, Inc.