GetValueReferenceGroup() public method

public GetValueReferenceGroup ( ) : ValueReferenceGroup
return ValueReferenceGroup
Example #1
0
 public ValueReferenceEditor(Project p, Data data, string frameText = null)
     : this(p, data.GetValueReferenceGroup(), frameText)
 {
 }
Example #2
0
 public ValueReferenceEditor(Project p, Data data, string frameText=null)
     : this(p, data.GetValueReferenceGroup(), frameText)
 {
 }