Defines a datum reference attribute.
new DatumRefAttribute(
precedence?,targetLabel?):DatumRefAttribute
Creates a datum reference attribute.
number = 0
Datum reference precedence.
string = ‘’'`
Datum reference target label.
DatumRefAttribute
precedence:
number=0
Datum reference precedence.
targetLabel:
string= ‘’'`
Datum reference target label.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a semantic attribute visitor.
Visitor to accept.
void