public override void ResolveReferences(Class374 modelBuilder) { base.ResolveReferences(modelBuilder); DxfBlockUserParameter blockUserParameter = this.Object as DxfBlockUserParameter; if (blockUserParameter == null) { return; } blockUserParameter.Variable = (DxfHandledObject)null; if (this.ulong_2 == 0UL) { return; } blockUserParameter.Variable = modelBuilder.method_3(this.ulong_2); if (blockUserParameter.Variable != null) { return; } Class740.smethod_14(blockUserParameter.OwnerObjectSoftReference as DxfEvalGraph); }
public void Visit(DxfBlockUserParameter blockUserParameter) { }
public Class272(DxfBlockUserParameter obj) : base((DxfEvalGraphExpression)obj) { }
public void Visit(DxfBlockUserParameter blockUserParameter) { this.bool_0 = true; }