Check if the graph layer is linked to another layer.
bool is_linked_layer( GraphLayer & gl )
true if is linked.
EX1
//For this example to run, make the graph layer that you want to check active void is_linked_layer_ex1() { GraphLayer gl = Project.ActiveLayer(); if(is_linked_layer(gl)) out_str("The layer is linked"); }
origin.h